Tiny Amazon Button
This tiny button for Amazon.com web store will help you shop with Amazon faster
What is Tiny Amazon Button?
Tiny Amazon Button is a Chrome extension developed by Nyashka, and its main feature is "This tiny button for Amazon.com web store will help you shop with Amazon faster".
Extension Screenshots
Download Tiny Amazon Button Extension CRX File
Download Tiny Amazon Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This handy button will help you to surf Amazon faster. Very simple. Very fast. Very convenient.
Extension Basic Information
Name | Tiny Amazon Button |
ID | pjgfimkfpebojmjbbffkbbeipmdihhjp |
Official URL | https://chromewebstore.google.com/detail/tiny-amazon-button/pjgfimkfpebojmjbbffkbbeipmdihhjp |
Description | This tiny button for Amazon.com web store will help you shop with Amazon faster |
File Size | 38.64 KB |
Installation Count | 177 |
Current Version | 1.1 |
Last Updated | 2014-05-21 |
Publish Date | 2014-05-21 |
Developer | Nyashka |
Payment Type | free |
Supported Languages | 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" ] } |