Dictionary Keep and Memorize

Keep your translated words from Google translate

Dictionary Keep and Memorizeとは何ですか?

Dictionary Keep and MemorizeはArmen Stepanyanによって開発されたChromeの拡張機能で、その主な機能は「Keep your translated words from Google translate」です。

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

screenshot
screenshot
screenshot
screenshot

Dictionary Keep and Memorize拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Keep your translated words from Google translate. Provides different quizzes that help you to memorize words.                    

拡張機能の基本情報

名前 Dictionary Keep and Memorize Dictionary Keep and Memorize
ID ablojdmhfnlipnnebmeklecobhniaofp
公式URL https://chrome.google.com/webstore/detail/dictionary-keep-and-memor/ablojdmhfnlipnnebmeklecobhniaofp
説明 Keep your translated words from Google translate
ファイルサイズ 289 KB
インストール数 21
現在のバージョン 1.2
最終更新日 2019-01-11
公開日 2019-01-06
評価 5.00/5 合計 6 レビュー
開発者 Armen Stepanyan
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://site-blocker.info/product/dictionary-keep-memorize
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery-3.3.1.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/translate.google.*\/*"
            ],
            "js": [
                "jquery-3.3.1.js",
                "content_script.js"
            ]
        }
    ],
    "description": "Keep your translated words from Google translate",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "32.png"
    },
    "manifest_version": 2,
    "name": "Dictionary Keep and Memorize",
    "options_page": "options\/options.html",
    "permissions": [
        "tabs"
    ],
    "version": "1.2"
}