HomeOnTrack Image Clipper
Capture images from any website to your HomeOnTrack.com project
Was ist HomeOnTrack Image Clipper?
HomeOnTrack Image Clipper ist eine Chrome-Erweiterung, die von http://www.homeontrack.com entwickelt wurde, und ihr Hauptmerkmal ist "Capture images from any website to your HomeOnTrack.com project".
Erweiterungsscreenshots
HomeOnTrack Image Clipper-Erweiterungs-CRX-Datei herunterladen
Laden Sie HomeOnTrack Image Clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kmeamlbmjifclkhckhbjlamfgbnkgkck |
Offizielle URL | https://chrome.google.com/webstore/detail/homeontrack-image-clipper/kmeamlbmjifclkhckhbjlamfgbnkgkck |
Beschreibung | Capture images from any website to your HomeOnTrack.com project |
Dateigröße | 341 KB |
Installationsanzahl | 11 |
Aktuelle Version | 1.0.0.3 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://www.homeontrack.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://app.revampcrm.com/AccountUI/PP |
Unterstützte Sprachen | 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" } } |