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 擴展基本資訊
| 名稱 | |
| ID | pjjhddgjjmhbnlfjkobjmemihhbaaipd |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |