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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fashion It एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}