URSTYLE Clipper Tool

Save items you love to URSTYLE.com

Hvad er URSTYLE Clipper Tool?

URSTYLE Clipper Tool er en Chrome-udvidelse udviklet af https://urstyle.fashion, og dens hovedfunktion er "Save items you love to URSTYLE.com".

Udvidelsesskærmbilleder

screenshot
screenshot

Download URSTYLE Clipper Tool-udvidelses-CRX-fil

Download URSTYLE Clipper Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn URSTYLE Clipper Tool URSTYLE Clipper Tool
ID fdjlldokfdiglkajbadmgbmbnljokpag
Officiel URL https://chromewebstore.google.com/detail/urstyle-clipper-tool/fdjlldokfdiglkajbadmgbmbnljokpag
Beskrivelse Save items you love to URSTYLE.com
Filstørrelse 40.26 KB
Antal Installationer 4,579
Nuværende Version 1.8
Senest Opdateret 2022-07-16
Udgivelsesdato 2019-12-09
Bedømmelse 2.17/5 Samlet 29 Bedømmelser
Udvikler https://urstyle.fashion
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://urstyle.fashion
Hjælpeside-URL https://urstyle.fashion/community
URL til Fortrolighedspolitik Side https://urstyle.com/privacy_policy
Understøttede Sprog 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
}