Abadis Dictionary And Translator
Online dictionary and translator
Abadis Dictionary And Translatorとは何ですか?
Abadis Dictionary And Translatorはhttp://dictionary.abadis.irによって開発されたChromeの拡張機能で、その主な機能は「Online dictionary and translator」です。
拡張機能のスクリーンショット
Abadis Dictionary And Translator拡張機能のCRXファイルをダウンロード
Abadis Dictionary And Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Abadis persian online dictionary and translator افزونه دیکشنری و مترجم فارسی آبادیس برای مرورگر کروم
拡張機能の基本情報
名前 | |
ID | gfdlimjchiojcmcpehnejjlmgdaeppjf |
公式URL | https://chrome.google.com/webstore/detail/abadis-dictionary-and-tra/gfdlimjchiojcmcpehnejjlmgdaeppjf |
説明 | Online dictionary and translator |
ファイルサイズ | 98.13 KB |
インストール数 | 10,000 |
現在のバージョン | 3.3 |
最終更新日 | 2020-08-21 |
公開日 | 2017-10-17 |
評価 | 4.46/5 合計 41 レビュー |
開発者 | http://dictionary.abadis.ir |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://abadis.ir |
対応言語 | |
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": [ "*" ] } |