SendToKindle AutoClose

Automatically closing window after page sent to kindle

SendToKindle AutoCloseคืออะไร?

SendToKindle AutoClose เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nikita และคุณลักษณะหลักของมันคือ "Automatically closing window after page sent to kindle"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SendToKindle AutoClose

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    ]
}