Quick Shop

Creates an easier online shopping experience by generating new tabs for any item you search.

Qu'est-ce que Quick Shop ?

Quick Shop est une extension Chrome développée par oelbarmawi, et sa fonction principale est "Creates an easier online shopping experience by generating new tabs for any item you search.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Quick Shop

Téléchargez les fichiers d'extension Quick Shop au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Quick Shop Quick Shop
ID bpgnpfacpnjjnenklidaddpkillmdkao
URL Officiel https://chrome.google.com/webstore/detail/quick-shop/bpgnpfacpnjjnenklidaddpkillmdkao
Description Creates an easier online shopping experience by generating new tabs for any item you search.
Taille du Fichier 35.43 KB
Nombre d'Installations 36
Version Actuelle 1.0
Dernière Mise à Jour 2017-01-29
Date de Publication 2017-01-29
Évaluation 5.00/5 Total 7 Évaluations
Développeur oelbarmawi
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}