Source Capture
Clip and save products from around the web to your Source project.
什么是Source Capture?
Source Capture是由https://tothesource.com开发的Chrome扩展程序,该扩展的主要功能是“Clip and save products from around the web to your Source project.”。
扩展截图
下载Source Capture扩展crx文件
下载Source Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Source Capture is a chrome extension that works seamlessly with Source’s commercial building material platform, allowing you to add custom products and manufacturers to your project. From plumbing fixtures to bespoke wallpaper, save imagery and data from any product webpage to your Source project. Products added via Source Capture work seamlessly with our other catalog items, giving you the ultimate flexibility organized in one place. Fire up Source Capture on any product page and it’ll comb the data to auto-fill relevant product information. Use the eyedropper to quickly select additional product information. With the click of a button, save the product back to the Source project of your choice. You asked for it, we delivered. Source Capture gives you the freedom to create a project pallet that’s as unique as you are. Go wild.
扩展基本信息
名称 | Source Capture |
ID | mkealkclkbaddbmbdlogeoodekjgfccb |
官方URL | https://chromewebstore.google.com/detail/source-capture/mkealkclkbaddbmbdlogeoodekjgfccb |
简介 | Clip and save products from around the web to your Source project. |
文件大小 | 90.67 KB |
安装次数 | 113 |
当前版本 | 1.0.3 |
更新时间 | 2022-08-24 |
上架时间 | 2021-11-01 |
评分 | 5.00/5 共1次评分 |
开发者 | https://tothesource.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tothesource.com |
帮助页面URL | http://help.tothesource.com/en/ |
隐私政策页面URL | https://tothesource.com/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Source Capture", "description": "Clip and save products from around the web to your Source project.", "version": "1.0.3", "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "permissions": [ "storage", "activeTab", "https:\/\/auth.api.tothesource.com\/*", "https:\/\/clipper.api.tothesource.com\/*", "https:\/\/app.tothesource.com\/*" ], "icons": { "34": "icon-34.png", "48": "icon-48.png", "128": "icon-128.png" }, "options_page": "options.html", "background": { "page": "background.html", "persistent": false }, "content_scripts": [ { "matches": [ " |