SLA Dictionary

Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi

Qu'est-ce que SLA Dictionary ?

SLA Dictionary est une extension Chrome développée par Sindhi Language Authority, et sa fonction principale est "Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SLA Dictionary

Téléchargez les fichiers d'extension SLA Dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Select any text on browser and click on icon appeared at top-right corner of browser or right click and select SLA Meaning: Option from popup menu to translate into sindhi / english. For detail, visit our official portal:


http://dic.sindhila.edu.pk                    

Informations de Base sur l'Extension

Nom SLA Dictionary SLA Dictionary
ID phpjjbogglpbjgnlldjdlinieejiamel
URL Officiel https://chromewebstore.google.com/detail/sla-dictionary/phpjjbogglpbjgnlldjdlinieejiamel
Description Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi
Taille du Fichier 58.66 KB
Nombre d'Installations 156
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-03-06
Date de Publication 2016-03-05
Évaluation 4.62/5 Total 13 Évaluations
Développeur Sindhi Language Authority
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SLA Dictionary",
    "short_name": "SLA Dict",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi",
    "homepage_url": "http:\/\/dic.sindhila.edu.pk",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ]
}