Tiny Amazon Button

This tiny button for Amazon.com web store will help you shop with Amazon faster

Tiny Amazon Buttonคืออะไร?

Tiny Amazon Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nyashka และคุณลักษณะหลักของมันคือ "This tiny button for Amazon.com web store will help you shop with Amazon faster"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tiny Amazon Button

ดาวน์โหลดไฟล์ส่วนขยาย Tiny Amazon Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This handy button will help you to surf Amazon faster. Very simple. Very fast. Very convenient.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tiny Amazon Button Tiny Amazon Button
ID pjgfimkfpebojmjbbffkbbeipmdihhjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tiny-amazon-button/pjgfimkfpebojmjbbffkbbeipmdihhjp
คำอธิบาย This tiny button for Amazon.com web store will help you shop with Amazon faster
ขนาดไฟล์ 38.64 KB
จำนวนการติดตั้ง 177
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-05-21
วันที่เผยแพร่ 2014-05-21
ผู้พัฒนา Nyashka
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tiny Amazon Button",
    "version": "1.1",
    "description": "This tiny button for Amazon.com web store will help you shop with Amazon faster",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "img\/Iicon16.png",
        "48": "img\/Iicon48.png",
        "128": "img\/Iicon128.png"
    },
    "browser_action": {
        "default_title": "Press the button to see more actions",
        "default_icon": "img\/Iicon19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/page-mod-start.js"
            ],
            "runAt": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/page-mod-end.js"
            ],
            "runAt": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/page-mod-ready.js"
            ],
            "runAt": "document_idle"
        }
    ],
    "permissions": [
        "http:\/\/stat.extensionmaker.com\/*",
        "http:\/\/extensionmaker.com\/*",
        "tabs"
    ]
}