Tiny Amazon Button
This tiny button for Amazon.com web store will help you shop with Amazon faster
Apa itu Tiny Amazon Button?
Tiny Amazon Button adalah ekstensi Chrome yang dikembangkan oleh Nyashka, dan fitur utamanya adalah "This tiny button for Amazon.com web store will help you shop with Amazon faster".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tiny Amazon Button
Unduh file ekstensi Tiny Amazon Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This handy button will help you to surf Amazon faster. Very simple. Very fast. Very convenient.
Informasi Dasar Ekstensi
Nama | Tiny Amazon Button |
ID | pjgfimkfpebojmjbbffkbbeipmdihhjp |
URL Resmi | https://chromewebstore.google.com/detail/tiny-amazon-button/pjgfimkfpebojmjbbffkbbeipmdihhjp |
Deskripsi | This tiny button for Amazon.com web store will help you shop with Amazon faster |
Ukuran File | 38.64 KB |
Jumlah Instalasi | 177 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2014-05-21 |
Tanggal Publikasi | 2014-05-21 |
Pengembang | Nyashka |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |