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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ "*" ] } |