Fashion It

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

Co je Fashion It?

Fashion It je rozšíření Chrome vyvinuté fashionit, a jeho hlavní funkcí je „See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Fashion It

Stáhněte si soubory rozšíření Fashion It ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Fashion It Fashion It
ID noogkfnjncfjiaohnpmhehljhgjjmcdl
Oficiální URL https://chrome.google.com/webstore/detail/fashion-it/noogkfnjncfjiaohnpmhehljhgjjmcdl
Popis See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.
Velikost souboru 432 KB
Počet instalací 32
Aktuální Verze 1.0.2
Poslední Aktualizace 2018-01-22
Datum Vydání 2018-01-22
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář fashionit
Typ Platby free
Webové stránky Rozšíření https://gofashionit.github.io/
Podporované Jazyky 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"
    ]
}