HomeOnTrack Image Clipper

Capture images from any website to your HomeOnTrack.com project

Apa itu HomeOnTrack Image Clipper?

HomeOnTrack Image Clipper adalah ekstensi Chrome yang dikembangkan oleh http://www.homeontrack.com, dan fitur utamanya adalah "Capture images from any website to your HomeOnTrack.com project".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi HomeOnTrack Image Clipper

Unduh file ekstensi HomeOnTrack Image Clipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama HomeOnTrack Image Clipper HomeOnTrack Image Clipper
ID kmeamlbmjifclkhckhbjlamfgbnkgkck
URL Resmi https://chrome.google.com/webstore/detail/homeontrack-image-clipper/kmeamlbmjifclkhckhbjlamfgbnkgkck
Deskripsi Capture images from any website to your HomeOnTrack.com project
Ukuran File 341 KB
Jumlah Instalasi 11
Versi Saat Ini 1.0.0.3
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://www.homeontrack.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://app.revampcrm.com/AccountUI/PP
Bahasa yang Didukung 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"
    }
}