Abadis Dictionary And Translator

Online dictionary and translator

Wat is Abadis Dictionary And Translator?

Abadis Dictionary And Translator is een Chrome-extensie ontwikkeld door http://dictionary.abadis.ir, en de belangrijkste functie is "Online dictionary and translator".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Abadis Dictionary And Translator

Download Abadis Dictionary And Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Abadis persian online dictionary and translator
افزونه دیکشنری و مترجم فارسی آبادیس برای مرورگر کروم                    

Basisinformatie over de Extensie

Naam Abadis Dictionary And Translator Abadis Dictionary And Translator
ID gfdlimjchiojcmcpehnejjlmgdaeppjf
Officiële URL https://chrome.google.com/webstore/detail/abadis-dictionary-and-tra/gfdlimjchiojcmcpehnejjlmgdaeppjf
Beschrijving Online dictionary and translator
Bestandsgrootte 98.13 KB
Aantal Installaties 10,000
Huidige Versie 3.3
Laatst Bijgewerkt 2020-08-21
Publicatiedatum 2017-10-17
Beoordeling 4.46/5 Totaal 41 Beoordelingen
Ontwikkelaar http://dictionary.abadis.ir
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://abadis.ir
Ondersteunde Talen
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": [
        "*"
    ]
}