URSTYLE Clipper Tool

Save items you love to URSTYLE.com

Co to jest URSTYLE Clipper Tool?

URSTYLE Clipper Tool to rozszerzenie Chrome opracowane przez https://urstyle.fashion, a jego główną funkcją jest „Save items you love to URSTYLE.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia URSTYLE Clipper Tool

Pobierz pliki rozszerzeń URSTYLE Clipper Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa URSTYLE Clipper Tool URSTYLE Clipper Tool
ID fdjlldokfdiglkajbadmgbmbnljokpag
Oficjalny URL https://chromewebstore.google.com/detail/urstyle-clipper-tool/fdjlldokfdiglkajbadmgbmbnljokpag
Opis Save items you love to URSTYLE.com
Rozmiar pliku 40.26 KB
Liczba instalacji 4,579
Aktualna Wersja 1.8
Ostatnia Aktualizacja 2022-07-16
Data Publikacji 2019-12-09
Ocena 2.17/5 Łącznie 29 Oceny
Deweloper https://urstyle.fashion
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://urstyle.fashion
Adres URL Strony Pomocy https://urstyle.fashion/community
Adres URL Strony Polityki Prywatności https://urstyle.com/privacy_policy
Obsługiwane Języki 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
}