SLA Dictionary
Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi
Was ist SLA Dictionary?
SLA Dictionary ist eine Chrome-Erweiterung, die von Sindhi Language Authority entwickelt wurde, und ihr Hauptmerkmal ist "Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi".
Erweiterungsscreenshots
SLA Dictionary-Erweiterungs-CRX-Datei herunterladen
Laden Sie SLA Dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | phpjjbogglpbjgnlldjdlinieejiamel |
| Offizielle URL | https://chromewebstore.google.com/detail/sla-dictionary/phpjjbogglpbjgnlldjdlinieejiamel |
| Beschreibung | Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi |
| Dateigröße | 58.66 KB |
| Installationsanzahl | 156 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2016-03-06 |
| Veröffentlichungsdatum | 2016-03-05 |
| Bewertung | 4.62/5 Insgesamt 13 Bewertungen |
| Entwickler | Sindhi Language Authority |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |