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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}