Tiny Amazon Button

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

什麼是Tiny Amazon Button?

Tiny Amazon Button是由Nyashka開發的Chrome擴展程式,該擴展的主要功能是“This tiny button for Amazon.com web store will help you shop with Amazon faster”。

擴展截圖

screenshot

下載Tiny Amazon Button擴展crx文件

下載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
官方網址 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"
    ]
}