Dictar
Send website's URL to dictar.app for further processing.
ما هو Dictar؟
Dictar هو إضافة Chrome تم تطويرها بواسطة https://dictar.app، والميزة الرئيسية لها هي "Send website's URL to dictar.app for further processing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dictar
قم بتنزيل ملفات الامتداد Dictar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Improve your listening skills in your target language by listening to a dictation. Use this extension to send the current URL to the dictar.app website.
معلومات أساسية عن التمديد
الاسم | |
ID | bgpgnnmlppcmllbnckkjmfghkdgngibn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dictar/bgpgnnmlppcmllbnckkjmfghkdgngibn |
الوصف | Send website's URL to dictar.app for further processing. |
حجم الملف | 11.46 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.1 |
آخر تحديث | 2020-06-22 |
تاريخ النشر | 2020-06-21 |
المطور | https://dictar.app |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://dictar.app/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dictar", "version": "1.1", "description": "Send website's URL to dictar.app for further processing.", "icons": { "48": "icons\/logo48.png", "96": "icons\/logo96.png" }, "browser_action": { "default_icon": "icons\/logo32.png", "default_title": "Dictar" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "dictar.js" ] } } |