HomeOnTrack Image Clipper
Capture images from any website to your HomeOnTrack.com project
Qu'est-ce que HomeOnTrack Image Clipper ?
HomeOnTrack Image Clipper est une extension Chrome développée par http://www.homeontrack.com, et sa fonction principale est "Capture images from any website to your HomeOnTrack.com project".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HomeOnTrack Image Clipper
Téléchargez les fichiers d'extension HomeOnTrack Image Clipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kmeamlbmjifclkhckhbjlamfgbnkgkck |
URL Officiel | https://chrome.google.com/webstore/detail/homeontrack-image-clipper/kmeamlbmjifclkhckhbjlamfgbnkgkck |
Description | Capture images from any website to your HomeOnTrack.com project |
Taille du Fichier | 341 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.0.0.3 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://www.homeontrack.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://app.revampcrm.com/AccountUI/PP |
Langues Prises en Charge | 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" } } |