URSTYLE Clipper Tool

Save items you love to URSTYLE.com

Apa itu URSTYLE Clipper Tool?

URSTYLE Clipper Tool adalah ekstensi Chrome yang dikembangkan oleh https://urstyle.fashion, dan fitur utamanya adalah "Save items you love to URSTYLE.com".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi URSTYLE Clipper Tool

Unduh file ekstensi URSTYLE Clipper Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama URSTYLE Clipper Tool URSTYLE Clipper Tool
ID fdjlldokfdiglkajbadmgbmbnljokpag
URL Resmi https://chromewebstore.google.com/detail/urstyle-clipper-tool/fdjlldokfdiglkajbadmgbmbnljokpag
Deskripsi Save items you love to URSTYLE.com
Ukuran File 40.26 KB
Jumlah Instalasi 4,579
Versi Saat Ini 1.8
Terakhir Diperbarui 2022-07-16
Tanggal Publikasi 2019-12-09
Penilaian 2.17/5 Total 29 Penilaian
Pengembang https://urstyle.fashion
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://urstyle.fashion
URL Halaman Bantuan https://urstyle.fashion/community
URL Halaman Kebijakan Privasi https://urstyle.com/privacy_policy
Bahasa yang Didukung 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
}