Odia Dictionary
Double click any word get meaning in Odia Wow !!
ما هو Odia Dictionary؟
Odia Dictionary هو إضافة Chrome تم تطويرها بواسطة Brahmananda kar، والميزة الرئيسية لها هي "Double click any word get meaning in Odia Wow !!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Odia Dictionary
قم بتنزيل ملفات الامتداد Odia Dictionary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extension will enable to see meaning of English word in browser in Odia language . How to Use it : Open any web site of English language and double click on any word . A pop up will appear over the word which give Odia meaning of that word .
معلومات أساسية عن التمديد
الاسم | |
ID | llblcbklgckkjdjmhkgklfhgmeckfkih |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/odia-dictionary/llblcbklgckkjdjmhkgklfhgmeckfkih |
الوصف | Double click any word get meaning in Odia Wow !! |
حجم الملف | 1.02 MB |
عدد التثبيتات | 104 |
النسخة الحالية | 1.2 |
آخر تحديث | 2022-04-04 |
تاريخ النشر | 2018-09-26 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Brahmananda kar |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Odia Dictionary", "description": "Double click any word get meaning in Odia Wow !!", "version": "1.2", "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "oriya.css" ], "js": [ "jquery.js", "contentscript.js", "myfile.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/*.com https:\/\/*.com; object-src 'self'", "permissions": [ "contextMenus", "tts", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "web_accessible_resources": [ "osr06nie_1.woff", "oriya.css" ] } |