SLA Dictionary
Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi
Wat is SLA Dictionary?
SLA Dictionary is een Chrome-extensie ontwikkeld door Sindhi Language Authority, en de belangrijkste functie is "Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi".
Extensie Screenshots
Download het CRX-bestand van de extensie SLA Dictionary
Download SLA Dictionary-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | phpjjbogglpbjgnlldjdlinieejiamel |
| Officiële URL | https://chromewebstore.google.com/detail/sla-dictionary/phpjjbogglpbjgnlldjdlinieejiamel |
| Beschrijving | Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi |
| Bestandsgrootte | 58.66 KB |
| Aantal Installaties | 156 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2016-03-06 |
| Publicatiedatum | 2016-03-05 |
| Beoordeling | 4.62/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | Sindhi Language Authority |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |