URSTYLE Clipper Tool
Save items you love to URSTYLE.com
Cos'è URSTYLE Clipper Tool?
URSTYLE Clipper Tool è un'estensione di Chrome sviluppata da https://urstyle.fashion, e la sua funzione principale è "Save items you love to URSTYLE.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione URSTYLE Clipper Tool
Scarica i file di estensione URSTYLE Clipper Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | URSTYLE Clipper Tool |
ID | fdjlldokfdiglkajbadmgbmbnljokpag |
URL Ufficiale | https://chromewebstore.google.com/detail/urstyle-clipper-tool/fdjlldokfdiglkajbadmgbmbnljokpag |
Descrizione | Save items you love to URSTYLE.com |
Dimensione del File | 40.26 KB |
Conteggio Installazioni | 4,579 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2022-07-16 |
Data di Pubblicazione | 2019-12-09 |
Valutazione | 2.17/5 Totale 29 Valutazioni |
Sviluppatore | https://urstyle.fashion |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://urstyle.fashion |
URL della Pagina di Aiuto | https://urstyle.fashion/community |
URL della Pagina della Politica sulla Privacy | https://urstyle.com/privacy_policy |
Lingue Supportate | 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 } |