Fashion It

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

什么是Fashion It?

Fashion It是由fashionit开发的Chrome扩展程序,该扩展的主要功能是“See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.”。

扩展截图

screenshot
screenshot

下载Fashion It扩展crx文件

下载Fashion It扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Fashion It Fashion It
ID noogkfnjncfjiaohnpmhehljhgjjmcdl
官方URL https://chrome.google.com/webstore/detail/fashion-it/noogkfnjncfjiaohnpmhehljhgjjmcdl
简介 See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.
文件大小 432 KB
安装次数 32
当前版本 1.0.2
更新时间 2018-01-22
上架时间 2018-01-22
评分 2.33/5 共3次评分
开发者 fashionit
付费类型 free
扩展官网 https://gofashionit.github.io/
支持的语言 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"
    ]
}