Nikud for the Web
Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…
Nikud for the Webとは何ですか?
Nikud for the Webはhttps://dicta.org.ilによって開発されたChromeの拡張機能で、その主な機能は「Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…」です。
拡張機能のスクリーンショット
Nikud for the Web拡張機能のCRXファイルをダウンロード
Nikud for the Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can easily add vocalization to any webpage. 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
拡張機能の基本情報
名前 | Nikud for the Web |
ID | pjjhddgjjmhbnlfjkobjmemihhbaaipd |
公式URL | https://chromewebstore.google.com/detail/nikud-for-the-web/pjjhddgjjmhbnlfjkobjmemihhbaaipd |
説明 | Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can… |
ファイルサイズ | 668 KB |
インストール数 | 800 |
現在のバージョン | 0.2.0 |
最終更新日 | 2023-08-09 |
公開日 | 2022-02-07 |
開発者 | https://dicta.org.il |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://nakdanlive.dicta.org.il/ |
プライバシーポリシーページの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.2.0", "author": "Michael Tsaban, Dicta", "default_locale": "en", "minimum_chrome_version": "92", "commands": { "_execute_action": { "description": "Opens the browser action popup" } }, "icons": { "250": "icon.png" }, "background": { "service_worker": "src\/background.js", "type": "module" }, "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": [ "storage" ] } |