Fashion It

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

O que é Fashion It?

Fashion It é uma extensão do Chrome desenvolvida por fashionit, e sua principal característica é "See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Fashion It

Baixe arquivos de extensão Fashion It no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Fashion It Fashion It
ID noogkfnjncfjiaohnpmhehljhgjjmcdl
URL Oficial https://chrome.google.com/webstore/detail/fashion-it/noogkfnjncfjiaohnpmhehljhgjjmcdl
Descrição See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.
Tamanho do Arquivo 432 KB
Contagem de Instalações 32
Versão Atual 1.0.2
Última Atualização 2018-01-22
Data de Publicação 2018-01-22
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor fashionit
Tipo de Pagamento free
Site da Extensão https://gofashionit.github.io/
Idiomas Suportados 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"
    ]
}