SLA Dictionary
Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi
Vad är SLA Dictionary?
SLA Dictionary är en Chrome-tillägg utvecklad av Sindhi Language Authority, och dess huvudfunktion är "Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi".
Tilläggsskärmbilder
Ladda ner SLA Dictionary-förlängningens CRX-fil
Ladda ner SLA Dictionary-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | phpjjbogglpbjgnlldjdlinieejiamel |
| Officiell webbadress | https://chromewebstore.google.com/detail/sla-dictionary/phpjjbogglpbjgnlldjdlinieejiamel |
| Beskrivning | Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi |
| Filstorlek | 58.66 KB |
| Antal Installationer | 156 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2016-03-06 |
| Publiceringsdatum | 2016-03-05 |
| Betyg | 4.62/5 Totalt 13 Betyg |
| Utvecklare | Sindhi Language Authority |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |