Integrated Language

Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing.

Integrated Languageとは何ですか?

Integrated LanguageはShavavoによって開発されたChromeの拡張機能で、その主な機能は「Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing.」です。

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

screenshot

Integrated Language拡張機能のCRXファイルをダウンロード

Integrated Language拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing. By selecting the Language and difficulty, this extension will replace nouns, common phrases, and certain verbs with the language and frequency you specify. 

Integrated Language is easy to use. Simply select the language you want to learn, the difficulty (frequency of translations), hit start, and watch your page transform. To view the original English, hover over the item.

1/16/17 WHITELISTING AND QUIZLET INTEGRATION ADDED

Whitelisting allows you to keep Integrated Language on or off for each domain. 

Quizlet integration has now been added. Simply connect your account and create notecards by clicking on the translated words in the webpage. Quickly test out your new words with the built-in quick flashcard view.                    

拡張機能の基本情報

名前 Integrated Language Integrated Language
ID gecndgpfcacjllppgiffgfdhpdgibjan
公式URL https://chromewebstore.google.com/detail/integrated-language/gecndgpfcacjllppgiffgfdhpdgibjan
説明 Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing.
ファイルサイズ 777 KB
インストール数 53
現在のバージョン 1.0.3
最終更新日 2019-03-08
公開日 2019-03-08
評価 4.33/5 合計 6 レビュー
開発者 Shavavo
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Integrated Language",
    "description": "Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing.",
    "version": "1.0.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/compromise.js",
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "ILLogo.png"
    },
    "background": {
        "scripts": [
            "config.js",
            "lib\/jquery.min.js",
            "lib\/bootstrap.min.js",
            "lib\/compromise.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "identity",
        "https:\/\/api.quizlet.com\/2.0\/*"
    ]
}