Fashion It

See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.

Qu'est-ce que Fashion It ?

Fashion It est une extension Chrome développée par fashionit, et sa fonction principale est "See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fashion It

Téléchargez les fichiers d'extension Fashion It 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

                        Fashion It is a simple Chrome Extension that gives online shoppers the chance to visually search apparel items and find sewing patterns. 

This product is for the crafty crafter. You know, the ones that are "sew crazy" about hemming and catchstitches. It lets them -- and just about anyone, really-- search for patterns so they can hand make a shirt that caught their eye.                    

Informations de Base sur l'Extension

Nom Fashion It Fashion It
ID noogkfnjncfjiaohnpmhehljhgjjmcdl
URL Officiel https://chrome.google.com/webstore/detail/fashion-it/noogkfnjncfjiaohnpmhehljhgjjmcdl
Description See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.
Taille du Fichier 432 KB
Nombre d'Installations 32
Version Actuelle 1.0.2
Dernière Mise à Jour 2018-01-22
Date de Publication 2018-01-22
Évaluation 2.33/5 Total 3 Évaluations
Développeur fashionit
Type de Paiement free
Site Web de l'Extension https://gofashionit.github.io/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fashion It",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.",
    "homepage_url": "https:\/\/gofashionit.github.io\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Fashion It"
    },
    "permissions": [
        "",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "contextMenus",
        "tabs"
    ]
}