URSTYLE Clipper Tool

Save items you love to URSTYLE.com

Qu'est-ce que URSTYLE Clipper Tool ?

URSTYLE Clipper Tool est une extension Chrome développée par https://urstyle.fashion, et sa fonction principale est "Save items you love to URSTYLE.com".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension URSTYLE Clipper Tool

Téléchargez les fichiers d'extension URSTYLE Clipper Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom URSTYLE Clipper Tool URSTYLE Clipper Tool
ID fdjlldokfdiglkajbadmgbmbnljokpag
URL Officiel https://chromewebstore.google.com/detail/urstyle-clipper-tool/fdjlldokfdiglkajbadmgbmbnljokpag
Description Save items you love to URSTYLE.com
Taille du Fichier 40.26 KB
Nombre d'Installations 4,579
Version Actuelle 1.8
Dernière Mise à Jour 2022-07-16
Date de Publication 2019-12-09
Évaluation 2.17/5 Total 29 Évaluations
Développeur https://urstyle.fashion
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://urstyle.fashion
URL de la Page d'Aide https://urstyle.fashion/community
URL de la Page de Politique de Confidentialité https://urstyle.com/privacy_policy
Langues Prises en Charge 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
}