Quick Shop
Creates an easier online shopping experience by generating new tabs for any item you search.
O que é Quick Shop?
Quick Shop é uma extensão do Chrome desenvolvida por oelbarmawi, e sua principal característica é "Creates an easier online shopping experience by generating new tabs for any item you search.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quick Shop
Baixe arquivos de extensão Quick Shop no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | bpgnpfacpnjjnenklidaddpkillmdkao |
URL Oficial | https://chrome.google.com/webstore/detail/quick-shop/bpgnpfacpnjjnenklidaddpkillmdkao |
Descrição | Creates an easier online shopping experience by generating new tabs for any item you search. |
Tamanho do Arquivo | 35.43 KB |
Contagem de Instalações | 36 |
Versão Atual | 1.0 |
Última Atualização | 2017-01-29 |
Data de Publicação | 2017-01-29 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | oelbarmawi |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/" ] } |