SendToKindle AutoClose

Automatically closing window after page sent to kindle

Apa itu SendToKindle AutoClose?

SendToKindle AutoClose adalah ekstensi Chrome yang dikembangkan oleh Nikita, dan fitur utamanya adalah "Automatically closing window after page sent to kindle".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SendToKindle AutoClose

Unduh file ekstensi SendToKindle AutoClose dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Automatically closing window after page sent to kindle.                    

Informasi Dasar Ekstensi

Nama SendToKindle AutoClose SendToKindle AutoClose
ID danjdgehbfgnnggmapodpnkopeiljoab
URL Resmi https://chrome.google.com/webstore/detail/sendtokindle-autoclose/danjdgehbfgnnggmapodpnkopeiljoab
Deskripsi Automatically closing window after page sent to kindle
Ukuran File 54.7 KB
Jumlah Instalasi 45
Versi Saat Ini 0.1
Terakhir Diperbarui 2013-10-21
Tanggal Publikasi 2013-10-21
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Nikita
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}