Abadis Dictionary And Translator
Online dictionary and translator
Hvad er Abadis Dictionary And Translator?
Abadis Dictionary And Translator er en Chrome-udvidelse udviklet af http://dictionary.abadis.ir, og dens hovedfunktion er "Online dictionary and translator".
Udvidelsesskærmbilleder
Download Abadis Dictionary And Translator-udvidelses-CRX-fil
Download Abadis Dictionary And Translator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Abadis persian online dictionary and translator
افزونه دیکشنری و مترجم فارسی آبادیس برای مرورگر کروم Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gfdlimjchiojcmcpehnejjlmgdaeppjf |
| Officiel URL | https://chrome.google.com/webstore/detail/abadis-dictionary-and-tra/gfdlimjchiojcmcpehnejjlmgdaeppjf |
| Beskrivelse | Online dictionary and translator |
| Filstørrelse | 98.13 KB |
| Antal Installationer | 10,000 |
| Nuværende Version | 3.3 |
| Senest Opdateret | 2020-08-21 |
| Udgivelsesdato | 2017-10-17 |
| Bedømmelse | 4.46/5 Samlet 41 Bedømmelser |
| Udvikler | http://dictionary.abadis.ir |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://abadis.ir |
| Understøttede Sprog | |
| 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": [
"*"
]
} | |