Sassique Snip Button
Snip your favorite looks and products
什么是Sassique Snip Button?
Sassique Snip Button是由https://sassique.com开发的Chrome扩展程序,该扩展的主要功能是“Snip your favorite looks and products”。
扩展截图
下载Sassique Snip Button扩展crx文件
下载Sassique Snip Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Snip Button can be used to collect images from other fashion websites for shopping and inspiration. These images will link back to the original websites where they were found, and can be collected and arranged into lists and looks in your personal Sassique profile.
扩展基本信息
名称 | Sassique Snip Button |
ID | ohhbolhhdgamielooefpkdbdinlocmbg |
官方URL | https://chromewebstore.google.com/detail/sassique-snip-button/ohhbolhhdgamielooefpkdbdinlocmbg |
简介 | Snip your favorite looks and products |
文件大小 | 88.64 KB |
安装次数 | 285 |
当前版本 | 1.5 |
更新时间 | 2021-08-21 |
上架时间 | 2019-01-13 |
评分 | 5.00/5 共2次评分 |
开发者 | https://sassique.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://sassique.com |
帮助页面URL | https://sassique.com/faq |
隐私政策页面URL | https://www.sassique.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sassique Snip Button", "description": "Snip your favorite looks and products", "version": "1.5", "browser_action": { "default_icon": "icon-snip.png" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-latest.min.js" ], "run_at": "document_end" } ], "icons": { "16": "icon-snip16.png", "48": "icon-snip48.png", "128": "icon-snip128.png" }, "permissions": [ " |