URSTYLE Clipper Tool
Save items you love to URSTYLE.com
Wat is URSTYLE Clipper Tool?
URSTYLE Clipper Tool is een Chrome-extensie ontwikkeld door https://urstyle.fashion, en de belangrijkste functie is "Save items you love to URSTYLE.com".
Extensie Screenshots
Download het CRX-bestand van de extensie URSTYLE Clipper Tool
Download URSTYLE Clipper Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | URSTYLE Clipper Tool |
ID | fdjlldokfdiglkajbadmgbmbnljokpag |
Officiële URL | https://chromewebstore.google.com/detail/urstyle-clipper-tool/fdjlldokfdiglkajbadmgbmbnljokpag |
Beschrijving | Save items you love to URSTYLE.com |
Bestandsgrootte | 40.26 KB |
Aantal Installaties | 4,579 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2022-07-16 |
Publicatiedatum | 2019-12-09 |
Beoordeling | 2.17/5 Totaal 29 Beoordelingen |
Ontwikkelaar | https://urstyle.fashion |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://urstyle.fashion |
Help Pagina-URL | https://urstyle.fashion/community |
URL van de Privacybeleid Pagina | https://urstyle.com/privacy_policy |
Ondersteunde Talen | 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 } |