Fashion It

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

¿Qué es Fashion It?

Fashion It es una extensión de Chrome desarrollada por fashionit, y su función principal es "See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Fashion It

Descarga archivos de extensión Fashion It en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Fashion It Fashion It
ID noogkfnjncfjiaohnpmhehljhgjjmcdl
URL Oficial https://chrome.google.com/webstore/detail/fashion-it/noogkfnjncfjiaohnpmhehljhgjjmcdl
Descripción See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.
Tamaño del Archivo 432 KB
Cantidad de Instalaciones 32
Versión Actual 1.0.2
Última Actualización 2018-01-22
Fecha de Publicación 2018-01-22
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador fashionit
Tipo de Pago free
Sitio Web de la Extensión https://gofashionit.github.io/
Idiomas Soportados 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"
    ]
}