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 | 
| 官方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 | 
| 电子邮箱 | [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"
    ]
} | |