Tiny Amazon Button
This tiny button for Amazon.com web store will help you shop with Amazon faster
Was ist Tiny Amazon Button?
Tiny Amazon Button ist eine Chrome-Erweiterung, die von Nyashka entwickelt wurde, und ihr Hauptmerkmal ist "This tiny button for Amazon.com web store will help you shop with Amazon faster".
Erweiterungsscreenshots
Tiny Amazon Button-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tiny Amazon Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This handy button will help you to surf Amazon faster. Very simple. Very fast. Very convenient.
Grundlegende Informationen zur Erweiterung
Name | Tiny Amazon Button |
ID | pjgfimkfpebojmjbbffkbbeipmdihhjp |
Offizielle URL | https://chromewebstore.google.com/detail/tiny-amazon-button/pjgfimkfpebojmjbbffkbbeipmdihhjp |
Beschreibung | This tiny button for Amazon.com web store will help you shop with Amazon faster |
Dateigröße | 38.64 KB |
Installationsanzahl | 177 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-05-21 |
Veröffentlichungsdatum | 2014-05-21 |
Entwickler | Nyashka |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |