Tiny Amazon Button

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

Tiny Amazon Button là gì?

Tiny Amazon Button là một tiện ích mở rộng Chrome được phát triển bởi Nyashka, và tính năng chính của nó là "This tiny button for Amazon.com web store will help you shop with Amazon faster".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tiny Amazon Button

Tải xuống các tệp mở rộng Tiny Amazon Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tiny Amazon Button Tiny Amazon Button
ID pjgfimkfpebojmjbbffkbbeipmdihhjp
URL Chính Thức https://chromewebstore.google.com/detail/tiny-amazon-button/pjgfimkfpebojmjbbffkbbeipmdihhjp
Mô tả This tiny button for Amazon.com web store will help you shop with Amazon faster
Kích Thước Tệp 38.64 KB
Số Lần Cài Đặt 177
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-05-21
Ngày Phát Hành 2014-05-21
Nhà Phát Triển Nyashka
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}