SendToKindle AutoClose

Automatically closing window after page sent to kindle

SendToKindle AutoCloseとは何ですか?

SendToKindle AutoCloseはNikitaによって開発されたChromeの拡張機能で、その主な機能は「Automatically closing window after page sent to kindle」です。

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

screenshot

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

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

拡張機能の使用方法

                        Automatically closing window after page sent to kindle.                    

拡張機能の基本情報

名前 SendToKindle AutoClose SendToKindle AutoClose
ID danjdgehbfgnnggmapodpnkopeiljoab
公式URL https://chrome.google.com/webstore/detail/sendtokindle-autoclose/danjdgehbfgnnggmapodpnkopeiljoab
説明 Automatically closing window after page sent to kindle
ファイルサイズ 54.7 KB
インストール数 45
現在のバージョン 0.1
最終更新日 2013-10-21
公開日 2013-10-21
評価 5.00/5 合計 2 レビュー
開発者 Nikita
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SendToKindle AutoClose",
    "description": "Automatically closing window after page sent to kindle",
    "version": "0.1",
    "permissions": [
        "tabs",
        "https:\/\/www.amazon.com\/gp\/sendtokindle\/*"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon\/s2k-icon-16.png",
        "19": "icon\/s2k-icon-19.png",
        "32": "icon\/s2k-icon-32.png",
        "64": "icon\/s2k-icon-64.png",
        "128": "icon\/s2k-icon-128.png",
        "256": "icon\/s2k-icon-256.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/gp\/sendtokindle\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}