URSTYLE Clipper Tool
Save items you love to URSTYLE.com
Vad är URSTYLE Clipper Tool?
URSTYLE Clipper Tool är en Chrome-tillägg utvecklad av https://urstyle.fashion, och dess huvudfunktion är "Save items you love to URSTYLE.com".
Tilläggsskärmbilder
Ladda ner URSTYLE Clipper Tool-förlängningens CRX-fil
Ladda ner URSTYLE Clipper Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | URSTYLE Clipper Tool |
ID | fdjlldokfdiglkajbadmgbmbnljokpag |
Officiell webbadress | https://chromewebstore.google.com/detail/urstyle-clipper-tool/fdjlldokfdiglkajbadmgbmbnljokpag |
Beskrivning | Save items you love to URSTYLE.com |
Filstorlek | 40.26 KB |
Antal Installationer | 4,579 |
Aktuell Version | 1.8 |
Senast Uppdaterad | 2022-07-16 |
Publiceringsdatum | 2019-12-09 |
Betyg | 2.17/5 Totalt 29 Betyg |
Utvecklare | https://urstyle.fashion |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://urstyle.fashion |
Hjälpsida URL | https://urstyle.fashion/community |
URL till Sekretesspolicy Sidan | https://urstyle.com/privacy_policy |
Stödda Språk | 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 } |