URSTYLE Clipper Tool
Save items you love to URSTYLE.com
什么是URSTYLE Clipper Tool?
URSTYLE Clipper Tool是由https://urstyle.fashion开发的Chrome扩展程序,该扩展的主要功能是“Save items you love to URSTYLE.com”。
扩展截图
下载URSTYLE Clipper Tool扩展crx文件
下载URSTYLE Clipper Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | URSTYLE Clipper Tool |
ID | fdjlldokfdiglkajbadmgbmbnljokpag |
官方URL | https://chromewebstore.google.com/detail/urstyle-clipper-tool/fdjlldokfdiglkajbadmgbmbnljokpag |
简介 | Save items you love to URSTYLE.com |
文件大小 | 40.26 KB |
安装次数 | 4,579 |
当前版本 | 1.8 |
更新时间 | 2022-07-16 |
上架时间 | 2019-12-09 |
评分 | 2.17/5 共29次评分 |
开发者 | https://urstyle.fashion |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://urstyle.fashion |
帮助页面URL | https://urstyle.fashion/community |
隐私政策页面URL | https://urstyle.com/privacy_policy |
支持的语言 | 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 } |