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 |
官方網址 | 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 |
電子郵箱 | [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": [ "*" ] } |