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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dicta.org.il และคุณลักษณะหลักของมันคือ "Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nikud for the Web

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
    ]
}