HomeOnTrack Image Clipper

Capture images from any website to your HomeOnTrack.com project

HomeOnTrack Image Clipperとは何ですか?

HomeOnTrack Image Clipperはhttp://www.homeontrack.comによって開発されたChromeの拡張機能で、その主な機能は「Capture images from any website to your HomeOnTrack.com project」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

HomeOnTrack Image Clipper拡張機能のCRXファイルをダウンロード

HomeOnTrack Image Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 HomeOnTrack Image Clipper HomeOnTrack Image Clipper
ID kmeamlbmjifclkhckhbjlamfgbnkgkck
公式URL https://chrome.google.com/webstore/detail/homeontrack-image-clipper/kmeamlbmjifclkhckhbjlamfgbnkgkck
説明 Capture images from any website to your HomeOnTrack.com project
ファイルサイズ 341 KB
インストール数 11
現在のバージョン 1.0.0.3
最終更新日 2019-03-08
公開日 2019-03-08
評価 5.00/5 合計 1 レビュー
開発者 http://www.homeontrack.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://app.revampcrm.com/AccountUI/PP
対応言語 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"
    }
}