Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Oct 14, 2024
1 parent 75fd794 commit 7fb843e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 25 deletions.
17 changes: 4 additions & 13 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,22 @@
[![build](/~https://github.com/asamuzaK/withExEditor/workflows/build/badge.svg)](/~https://github.com/asamuzaK/withExEditor/actions?query=workflow%3Abuild)
[![CodeQL](/~https://github.com/asamuzaK/withExEditor/workflows/CodeQL/badge.svg)](/~https://github.com/asamuzaK/withExEditor/actions?query=workflow%3ACodeQL)
[![Mozilla Add-on](https://img.shields.io/amo/v/jid1-WiAigu4HIo0Tag@jetpack.svg)](https://addons.mozilla.org/addon/withexeditor/)
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/koghhpkkcndhhclklnnnhcpkkplfkgoi.svg)](https://chrome.google.com/webstore/detail/withexeditor/koghhpkkcndhhclklnnnhcpkkplfkgoi)

# withExEditor

[お知らせ](/~https://github.com/asamuzaK/withExEditor/issues/166#issuecomment-1962765650)

GeckoベースのブラウザとBlinkベースのブラウザ用の拡張機能。
Firefox用のWebExtensions拡張機能。

コンテキストメニュー(右クリック)から、お好みのエディタを使用して、「ソース表示」「選択部分のソース表示」、または「テキスト編集」ができるようになります。
(X)HTML、JavaScript、CSS、MathML、SVG、XMLなどで使用可能です。

## ダウンロード

Gecko:
* [withExEditor :: Add-ons for Firefox](https://addons.mozilla.org/addon/withexeditor/ "withExEditor :: Add-ons for Firefox")

Blink:
* [withExEditor - Chrome ウェブストア](https://chrome.google.com/webstore/detail/withexeditor/koghhpkkcndhhclklnnnhcpkkplfkgoi "withExEditor - Chrome ウェブストア")
[withExEditor :: Add-ons for Firefox](https://addons.mozilla.org/addon/withexeditor/ "withExEditor :: Add-ons for Firefox")

### 重要なお知らせ

Blink (Chrome, Edgeなど) のサポートは終了しました。

withExEditorを使うには、エディタを起動するホストも用意する必要があります。
ブラウザはメッセージを介してホストと対話し、エディタはホストによって実行されます。
[asamuzaK/withExEditorHost (GitHub)](/~https://github.com/asamuzaK/withExEditorHost "asamuzaK/withExEditorHost: Native messaging host for withExEditor")からwithExEditor用のホストをダウンロードしてください。
Expand Down Expand Up @@ -62,10 +57,6 @@ withExEditorを使うには、エディタを起動するホストも用意す

## オプション項目

### ツールバーボタンアイコン

* アイコンを選択してください。

### withExEditorHost

* ホストの最新版が入手可能になった場合に通知されます。
Expand Down
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,19 @@ EN | [JA](./README.ja.md)

# withExEditor

[Announcement](/~https://github.com/asamuzaK/withExEditor/issues/166#issuecomment-1962765650)

Extension for Gecko based browsers and Blink based browsers.
WebExtensions for Firefox.

From the context menu (right click), you can "View source" "View selection" or "Edit text" with your favorite editor.
Enabled in (X)HTML, JavaScript, CSS, MathML, SVG, XML, etc.

## Download

Gecko:
* [withExEditor :: Add-ons for Firefox](https://addons.mozilla.org/addon/withexeditor/ "withExEditor :: Add-ons for Firefox")

Blink:
* [withExEditor - Chrome Web Store](https://chrome.google.com/webstore/detail/withexeditor/koghhpkkcndhhclklnnnhcpkkplfkgoi "withExEditor - Chrome Web Store")
[withExEditor :: Add-ons for Firefox](https://addons.mozilla.org/addon/withexeditor/ "withExEditor :: Add-ons for Firefox")

### Important Notice

Supports for Blink based browsers (Chrome and it's variants) are deprecated.

To use withExEditor, you also need to prepare a host which executes your editor.
The browser interacts with the host via messages, and the editor is executed by the host.
Please download the host for withExEditor from [asamuzaK/withExEditorHost (GitHub)](/~https://github.com/asamuzaK/withExEditorHost "asamuzaK/withExEditorHost: Native messaging host for withExEditor").
Expand Down Expand Up @@ -62,10 +58,6 @@ Please download the host for withExEditor from [asamuzaK/withExEditorHost (GitHu

## Options

### Toolbar Button Icon

* Choose the icon.

### withExEditorHost

* Notifies when the latest version of the host is available.
Expand Down

0 comments on commit 7fb843e

Please sign in to comment.