Tiny Amazon Button

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

Co to jest Tiny Amazon Button?

Tiny Amazon Button to rozszerzenie Chrome opracowane przez Nyashka, a jego główną funkcją jest „This tiny button for Amazon.com web store will help you shop with Amazon faster”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tiny Amazon Button

Pobierz pliki rozszerzeń Tiny Amazon Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Tiny Amazon Button Tiny Amazon Button
ID pjgfimkfpebojmjbbffkbbeipmdihhjp
Oficjalny URL https://chromewebstore.google.com/detail/tiny-amazon-button/pjgfimkfpebojmjbbffkbbeipmdihhjp
Opis This tiny button for Amazon.com web store will help you shop with Amazon faster
Rozmiar pliku 38.64 KB
Liczba instalacji 177
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-05-21
Data Publikacji 2014-05-21
Deweloper Nyashka
Typ Płatności free
Obsługiwane Języki 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"
    ]
}