Dicta Nakdan - Share Vocalized Text
Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…
Dicta Nakdan - Share Vocalized Textとは何ですか?
Dicta Nakdan - Share Vocalized Textはhttps://dicta.org.ilによって開発されたChromeの拡張機能で、その主な機能は「Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…」です。
拡張機能のスクリーンショット
Dicta Nakdan - Share Vocalized Text拡張機能のCRXファイルをダウンロード
Dicta Nakdan - Share Vocalized Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest of our tools - which are free and distributed for the benefit of the public. Visit our website and discover more tools we offer: https://dicta.org.il
拡張機能の基本情報
名前 | Dicta Nakdan - Share Vocalized Text |
ID | mihlembodjlpghjcpedlefbambhmncpf |
公式URL | https://chromewebstore.google.com/detail/dicta-nakdan-share-vocali/mihlembodjlpghjcpedlefbambhmncpf |
説明 | Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest… |
ファイルサイズ | 469 KB |
インストール数 | 316 |
現在のバージョン | 0.1.4 |
最終更新日 | 2021-12-30 |
公開日 | 2021-12-30 |
開発者 | https://dicta.org.il |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://dicta.org.il/tos |
対応言語 | en,iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "0.1.4", "author": "Michael Tsaban", "default_locale": "en", "icons": { "250": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/content.js" ] } ], "options_ui": { "page": "src\/options_page\/index.html", "open_in_tab": true }, "action": { "default_icon": "icon.png", "default_title": "__MSG_name__", "default_popup": "src\/browser_action\/index.html" }, "permissions": [ "contextMenus", "storage" ] } |