URSTYLE Clipper Tool
Save items you love to URSTYLE.com
What is URSTYLE Clipper Tool?
URSTYLE Clipper Tool is a Chrome extension developed by https://urstyle.fashion, and its main feature is "Save items you love to URSTYLE.com".
Extension Screenshots
Download URSTYLE Clipper Tool Extension CRX File
Download URSTYLE Clipper Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | URSTYLE Clipper Tool |
ID | fdjlldokfdiglkajbadmgbmbnljokpag |
Official URL | https://chromewebstore.google.com/detail/urstyle-clipper-tool/fdjlldokfdiglkajbadmgbmbnljokpag |
Description | Save items you love to URSTYLE.com |
File Size | 40.26 KB |
Installation Count | 4,579 |
Current Version | 1.8 |
Last Updated | 2022-07-16 |
Publish Date | 2019-12-09 |
Rating | 2.17/5 Total 29 Ratings |
Developer | https://urstyle.fashion |
[email protected] | |
Payment Type | free |
Extension Website | https://urstyle.fashion |
Help Page URL | https://urstyle.fashion/community |
Privacy Policy Page URL | https://urstyle.com/privacy_policy |
Supported Languages | 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 } |