Tiny Amazon Button
This tiny button for Amazon.com web store will help you shop with Amazon faster
Cos'è Tiny Amazon Button?
Tiny Amazon Button è un'estensione di Chrome sviluppata da Nyashka, e la sua funzione principale è "This tiny button for Amazon.com web store will help you shop with Amazon faster".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tiny Amazon Button
Scarica i file di estensione Tiny Amazon Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This handy button will help you to surf Amazon faster. Very simple. Very fast. Very convenient.
Informazioni di Base sull'Estensione
Nome | Tiny Amazon Button |
ID | pjgfimkfpebojmjbbffkbbeipmdihhjp |
URL Ufficiale | https://chromewebstore.google.com/detail/tiny-amazon-button/pjgfimkfpebojmjbbffkbbeipmdihhjp |
Descrizione | This tiny button for Amazon.com web store will help you shop with Amazon faster |
Dimensione del File | 38.64 KB |
Conteggio Installazioni | 177 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-05-21 |
Data di Pubblicazione | 2014-05-21 |
Sviluppatore | Nyashka |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |