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…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Nikud for the Web
قم بتنزيل ملفات الامتداد Nikud for the Web بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://nakdanlive.dicta.org.il/ |
عنوان صفحة سياسة الخصوصية | 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" ] } |