Quick Shop
Creates an easier online shopping experience by generating new tabs for any item you search.
Cos'è Quick Shop?
Quick Shop è un'estensione di Chrome sviluppata da oelbarmawi, e la sua funzione principale è "Creates an easier online shopping experience by generating new tabs for any item you search.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Shop
Scarica i file di estensione Quick Shop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Weigh your options with Quick Shop. Today, online shopping has become so common that people don’t even need to leave their homes anymore in order to make purchases. With Quick Shop, online shopping has become a whole lot easier. Just type in the item you’re looking for, check the boxes corresponding to each website you want to search, and hit Shop. Quick Shop will open new tabs that will direct you to the item of your choice for each of your selected websites. "What are you searching for?" -Anon.
Informazioni di Base sull'Estensione
Nome | |
ID | bpgnpfacpnjjnenklidaddpkillmdkao |
URL Ufficiale | https://chrome.google.com/webstore/detail/quick-shop/bpgnpfacpnjjnenklidaddpkillmdkao |
Descrizione | Creates an easier online shopping experience by generating new tabs for any item you search. |
Dimensione del File | 35.43 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-01-29 |
Data di Pubblicazione | 2017-01-29 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | oelbarmawi |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Shop", "version": "1.0", "manifest_version": 2, "description": "Creates an easier online shopping experience by generating new tabs for any item you search.", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Quick Shop" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "https:\/\/ajax.googleapis.com\/" ] } |