Abadis Dictionary And Translator
Online dictionary and translator
Abadis Dictionary And Translatorคืออะไร?
Abadis Dictionary And Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://dictionary.abadis.ir และคุณลักษณะหลักของมันคือ "Online dictionary and translator"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Abadis Dictionary And Translator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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": [ "*" ] } |