HomeOnTrack Image Clipper
Capture images from any website to your HomeOnTrack.com project
Wat is HomeOnTrack Image Clipper?
HomeOnTrack Image Clipper is een Chrome-extensie ontwikkeld door http://www.homeontrack.com, en de belangrijkste functie is "Capture images from any website to your HomeOnTrack.com project".
Extensie Screenshots
Download het CRX-bestand van de extensie HomeOnTrack Image Clipper
Download HomeOnTrack Image Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kmeamlbmjifclkhckhbjlamfgbnkgkck |
Officiële URL | https://chrome.google.com/webstore/detail/homeontrack-image-clipper/kmeamlbmjifclkhckhbjlamfgbnkgkck |
Beschrijving | Capture images from any website to your HomeOnTrack.com project |
Bestandsgrootte | 341 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.0.0.3 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://www.homeontrack.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://app.revampcrm.com/AccountUI/PP |
Ondersteunde Talen | 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" } } |