SLA Dictionary
Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi
Cos'è SLA Dictionary?
SLA Dictionary è un'estensione di Chrome sviluppata da Sindhi Language Authority, e la sua funzione principale è "Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SLA Dictionary
Scarica i file di estensione SLA Dictionary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | SLA Dictionary |
ID | phpjjbogglpbjgnlldjdlinieejiamel |
URL Ufficiale | https://chromewebstore.google.com/detail/sla-dictionary/phpjjbogglpbjgnlldjdlinieejiamel |
Descrizione | Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi |
Dimensione del File | 58.66 KB |
Conteggio Installazioni | 156 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-03-06 |
Data di Pubblicazione | 2016-03-05 |
Valutazione | 4.62/5 Totale 13 Valutazioni |
Sviluppatore | Sindhi Language Authority |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |