Fashion It

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

Fashion It là gì?

Fashion It là một tiện ích mở rộng Chrome được phát triển bởi fashionit, và tính năng chính của nó là "See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fashion It

Tải xuống các tệp mở rộng Fashion It dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fashion It Fashion It
ID noogkfnjncfjiaohnpmhehljhgjjmcdl
URL Chính Thức https://chrome.google.com/webstore/detail/fashion-it/noogkfnjncfjiaohnpmhehljhgjjmcdl
Mô tả See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.
Kích Thước Tệp 432 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-01-22
Ngày Phát Hành 2018-01-22
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển fashionit
Loại Thanh Toán free
Trang Web Mở Rộng https://gofashionit.github.io/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}