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開發的Chrome擴展程式,該擴展的主要功能是“Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi”。
擴展截圖
下載SLA Dictionary擴展crx文件
下載SLA Dictionary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | phpjjbogglpbjgnlldjdlinieejiamel |
| 官方網址 | 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"
]
} | |