Tiny Amazon Button
This tiny button for Amazon.com web store will help you shop with Amazon faster
Hvad er Tiny Amazon Button?
Tiny Amazon Button er en Chrome-udvidelse udviklet af Nyashka, og dens hovedfunktion er "This tiny button for Amazon.com web store will help you shop with Amazon faster".
Udvidelsesskærmbilleder
Download Tiny Amazon Button-udvidelses-CRX-fil
Download Tiny Amazon Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This handy button will help you to surf Amazon faster. Very simple. Very fast. Very convenient.
Grundlæggende oplysninger om udvidelsen
Navn | Tiny Amazon Button |
ID | pjgfimkfpebojmjbbffkbbeipmdihhjp |
Officiel URL | https://chromewebstore.google.com/detail/tiny-amazon-button/pjgfimkfpebojmjbbffkbbeipmdihhjp |
Beskrivelse | This tiny button for Amazon.com web store will help you shop with Amazon faster |
Filstørrelse | 38.64 KB |
Antal Installationer | 177 |
Nuværende Version | 1.1 |
Senest Opdateret | 2014-05-21 |
Udgivelsesdato | 2014-05-21 |
Udvikler | Nyashka |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |