Dictar
Send website's URL to dictar.app for further processing.
Dictarとは何ですか?
Dictarはhttps://dictar.appによって開発されたChromeの拡張機能で、その主な機能は「Send website's URL to dictar.app for further processing.」です。
拡張機能のスクリーンショット
Dictar拡張機能のCRXファイルをダウンロード
Dictar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Improve your listening skills in your target language by listening to a dictation. Use this extension to send the current URL to the dictar.app website.
拡張機能の基本情報
名前 | |
ID | bgpgnnmlppcmllbnckkjmfghkdgngibn |
公式URL | https://chromewebstore.google.com/detail/dictar/bgpgnnmlppcmllbnckkjmfghkdgngibn |
説明 | Send website's URL to dictar.app for further processing. |
ファイルサイズ | 11.46 KB |
インストール数 | 30 |
現在のバージョン | 1.1 |
最終更新日 | 2020-06-22 |
公開日 | 2020-06-21 |
開発者 | https://dictar.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://dictar.app/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dictar", "version": "1.1", "description": "Send website's URL to dictar.app for further processing.", "icons": { "48": "icons\/logo48.png", "96": "icons\/logo96.png" }, "browser_action": { "default_icon": "icons\/logo32.png", "default_title": "Dictar" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "dictar.js" ] } } |