SLA Dictionary
Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi
SLA Dictionary क्या है?
SLA Dictionary Sindhi Language Authority द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SLA Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | SLA Dictionary |
ID | phpjjbogglpbjgnlldjdlinieejiamel |
आधिकारिक URL | https://chromewebstore.google.com/detail/sla-dictionary/phpjjbogglpbjgnlldjdlinieejiamel |
विवरण | Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi |
फ़ाइल का आकार | 58.66 KB |
स्थापना संख्या | 156 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2016-03-06 |
प्रकाशन तिथि | 2016-03-05 |
रेटिंग | 4.62/5 कुल 13 रेटिंग्स |
डेवलपर | Sindhi Language Authority |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |