HomeOnTrack Image Clipper
Capture images from any website to your HomeOnTrack.com project
什么是HomeOnTrack Image Clipper?
HomeOnTrack Image Clipper是由http://www.homeontrack.com开发的Chrome扩展程序,该扩展的主要功能是“Capture images from any website to your HomeOnTrack.com project”。
扩展截图
下载HomeOnTrack Image Clipper扩展crx文件
下载HomeOnTrack Image Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Find images that you like on the web and click the HOT button to add them. HOT is the new way to design your home. Browse and save your favorites. Get expert help, discover unique products, and read articles by renovation pros. The official HOT extension for Google Chrome places a button on your browser that allows you to save photos to your HOT items with one easy click from anywhere on the web.
扩展基本信息
名称 | |
ID | kmeamlbmjifclkhckhbjlamfgbnkgkck |
官方URL | https://chrome.google.com/webstore/detail/homeontrack-image-clipper/kmeamlbmjifclkhckhbjlamfgbnkgkck |
简介 | Capture images from any website to your HomeOnTrack.com project |
文件大小 | 341 KB |
安装次数 | 11 |
当前版本 | 1.0.0.3 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 5.00/5 共1次评分 |
开发者 | http://www.homeontrack.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://app.revampcrm.com/AccountUI/PP |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HomeOnTrack Image Clipper", "description": "Capture images from any website to your HomeOnTrack.com project", "version": "1.0.0.3", "manifest_version": 2, "icons": { "128": "icon.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "auth_user.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_title": "HomeOnTrack Image Clipper", "default_popup": "popup.html" }, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" } } |