Fashion It

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

Was ist Fashion It?

Fashion It ist eine Chrome-Erweiterung, die von fashionit entwickelt wurde, und ihr Hauptmerkmal ist "See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.".

Erweiterungsscreenshots

screenshot
screenshot

Fashion It-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fashion It-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Fashion It Fashion It
ID noogkfnjncfjiaohnpmhehljhgjjmcdl
Offizielle URL https://chrome.google.com/webstore/detail/fashion-it/noogkfnjncfjiaohnpmhehljhgjjmcdl
Beschreibung See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.
Dateigröße 432 KB
Installationsanzahl 32
Aktuelle Version 1.0.2
Letztes Update 2018-01-22
Veröffentlichungsdatum 2018-01-22
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler fashionit
Zahlungsart free
Erweiterungswebsite https://gofashionit.github.io/
Unterstützte Sprachen 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"
    ]
}