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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fashionit และคุณลักษณะหลักของมันคือ "See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fashion It

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}