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
官方網址 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"
    ]
}