HomeOnTrack Image Clipper

Capture images from any website to your HomeOnTrack.com project

Cos'è HomeOnTrack Image Clipper?

HomeOnTrack Image Clipper è un'estensione di Chrome sviluppata da http://www.homeontrack.com, e la sua funzione principale è "Capture images from any website to your HomeOnTrack.com project".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HomeOnTrack Image Clipper

Scarica i file di estensione HomeOnTrack Image Clipper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HomeOnTrack Image Clipper HomeOnTrack Image Clipper
ID kmeamlbmjifclkhckhbjlamfgbnkgkck
URL Ufficiale https://chrome.google.com/webstore/detail/homeontrack-image-clipper/kmeamlbmjifclkhckhbjlamfgbnkgkck
Descrizione Capture images from any website to your HomeOnTrack.com project
Dimensione del File 341 KB
Conteggio Installazioni 11
Versione Corrente 1.0.0.3
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://www.homeontrack.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://app.revampcrm.com/AccountUI/PP
Lingue Supportate 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"
    }
}