Abadis Dictionary And Translator
Online dictionary and translator
What is Abadis Dictionary And Translator?
Abadis Dictionary And Translator is a Chrome extension developed by http://dictionary.abadis.ir, and its main feature is "Online dictionary and translator".
Extension Screenshots
Download Abadis Dictionary And Translator Extension CRX File
Download Abadis Dictionary And Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Abadis persian online dictionary and translator افزونه دیکشنری و مترجم فارسی آبادیس برای مرورگر کروم
Extension Basic Information
Name | |
ID | gfdlimjchiojcmcpehnejjlmgdaeppjf |
Official URL | https://chrome.google.com/webstore/detail/abadis-dictionary-and-tra/gfdlimjchiojcmcpehnejjlmgdaeppjf |
Description | Online dictionary and translator |
File Size | 98.13 KB |
Installation Count | 10,000 |
Current Version | 3.3 |
Last Updated | 2020-08-21 |
Publish Date | 2017-10-17 |
Rating | 4.46/5 Total 41 Ratings |
Developer | http://dictionary.abadis.ir |
[email protected] | |
Payment Type | free |
Extension Website | https://abadis.ir |
Supported Languages | |
manifest.json | |
{ "version": "3.3", "name": "Abadis Dictionary And Translator", "description": "Online dictionary and translator", "author": "MohammadJavad Taghavi", "manifest_version": 2, "options_page": "options.html", "homepage_url": "http:\/\/dictionary.abadis.ir", "browser_action": { "default_icon": "Skin\/Icon.png", "default_popup": "MsWinTranslateWord.html", "default_title": "Abadis Dictionary" }, "background": { "scripts": [ "AbadisDic.js", "AbadisDicStorage.js", "AbadisDicLang.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "Skin\/AbadisContent.css" ], "js": [ "JQuery.js", "AbadisContent.js", "JQueryDrag.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "browsingData", "contextMenus", "windows", "notifications", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "Skin\/Icon.png", "48": "Skin\/Main.png", "128": "Skin\/Main.png" }, "web_accessible_resources": [ "*" ] } |