Tiny Amazon Button
This tiny button for Amazon.com web store will help you shop with Amazon faster
Vad är Tiny Amazon Button?
Tiny Amazon Button är en Chrome-tillägg utvecklad av Nyashka, och dess huvudfunktion är "This tiny button for Amazon.com web store will help you shop with Amazon faster".
Tilläggsskärmbilder
Ladda ner Tiny Amazon Button-förlängningens CRX-fil
Ladda ner Tiny Amazon Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This handy button will help you to surf Amazon faster. Very simple. Very fast. Very convenient.
Grundläggande Information om Tillägg
Namn | Tiny Amazon Button |
ID | pjgfimkfpebojmjbbffkbbeipmdihhjp |
Officiell webbadress | https://chromewebstore.google.com/detail/tiny-amazon-button/pjgfimkfpebojmjbbffkbbeipmdihhjp |
Beskrivning | This tiny button for Amazon.com web store will help you shop with Amazon faster |
Filstorlek | 38.64 KB |
Antal Installationer | 177 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-05-21 |
Publiceringsdatum | 2014-05-21 |
Utvecklare | Nyashka |
Betalningssätt | free |
Stödda Språk | 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" ] } |