Tiny Amazon Button
This tiny button for Amazon.com web store will help you shop with Amazon faster
Tiny Amazon Button क्या है?
Tiny Amazon Button Nyashka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This tiny button for Amazon.com web store will help you shop with Amazon faster"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tiny Amazon Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This handy button will help you to surf Amazon faster. Very simple. Very fast. Very convenient.
एक्सटेंशन की मूल जानकारी
नाम | Tiny Amazon Button |
ID | pjgfimkfpebojmjbbffkbbeipmdihhjp |
आधिकारिक URL | https://chromewebstore.google.com/detail/tiny-amazon-button/pjgfimkfpebojmjbbffkbbeipmdihhjp |
विवरण | This tiny button for Amazon.com web store will help you shop with Amazon faster |
फ़ाइल का आकार | 38.64 KB |
स्थापना संख्या | 177 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2014-05-21 |
प्रकाशन तिथि | 2014-05-21 |
डेवलपर | Nyashka |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |