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
公式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"
    ]
}