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」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 SLA Dictionary 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"
    ]
}