Abadis Dictionary And Translator
Online dictionary and translator
Abadis Dictionary And Translator là gì?
Abadis Dictionary And Translator là một tiện ích mở rộng Chrome được phát triển bởi http://dictionary.abadis.ir, và tính năng chính của nó là "Online dictionary and translator".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Abadis Dictionary And Translator
Tải xuống các tệp mở rộng Abadis Dictionary And Translator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Abadis persian online dictionary and translator افزونه دیکشنری و مترجم فارسی آبادیس برای مرورگر کروم
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gfdlimjchiojcmcpehnejjlmgdaeppjf |
URL Chính Thức | https://chrome.google.com/webstore/detail/abadis-dictionary-and-tra/gfdlimjchiojcmcpehnejjlmgdaeppjf |
Mô tả | Online dictionary and translator |
Kích Thước Tệp | 98.13 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 3.3 |
Cập Nhật Lần Cuối | 2020-08-21 |
Ngày Phát Hành | 2017-10-17 |
Đánh Giá | 4.46/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | http://dictionary.abadis.ir |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://abadis.ir |
Ngôn Ngữ Được Hỗ Trợ | |
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": [ "*" ] } |