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 |
官方網址 | 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" } } |