URSTYLE Clipper Tool

Save items you love to URSTYLE.com

URSTYLE Clipper Tool क्या है?

URSTYLE Clipper Tool https://urstyle.fashion द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save items you love to URSTYLE.com"।

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

screenshot
screenshot

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

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

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

                        The URSTYLE Clipper Tool is the easiest way to add images from accross the web to URSTYLE. After adding the extension click the URSTYLE Clipper button on the browser to save images from your favourite stores, fashion blogs and other websites that inspire your style.                    

एक्सटेंशन की मूल जानकारी

नाम URSTYLE Clipper Tool URSTYLE Clipper Tool
ID fdjlldokfdiglkajbadmgbmbnljokpag
आधिकारिक URL https://chromewebstore.google.com/detail/urstyle-clipper-tool/fdjlldokfdiglkajbadmgbmbnljokpag
विवरण Save items you love to URSTYLE.com
फ़ाइल का आकार 40.26 KB
स्थापना संख्या 4,579
वर्तमान संस्करण 1.8
अंतिम अपडेट 2022-07-16
प्रकाशन तिथि 2019-12-09
रेटिंग 2.17/5 कुल 29 रेटिंग्स
डेवलपर https://urstyle.fashion
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://urstyle.fashion
सहायता पृष्ठ URL https://urstyle.fashion/community
गोपनीयता नीति पृष्ठ URL https://urstyle.com/privacy_policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URSTYLE Clipper Tool",
    "version": "1.8",
    "description": "Save items you love to URSTYLE.com",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/ur_19.png",
            "38": "images\/ur_38.png"
        },
        "default_title": "+TAG"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.urstyle.com\/*",
            "*:\/\/*.urstyle.fashion\/*"
        ]
    },
    "icons": {
        "16": "images\/ur_16.png",
        "32": "images\/ur_32.png",
        "48": "images\/ur_48.png",
        "128": "images\/ur_128.png"
    },
    "manifest_version": 2
}