HomeOnTrack Image Clipper

Capture images from any website to your HomeOnTrack.com project

HomeOnTrack Image Clipperคืออะไร?

HomeOnTrack Image Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.homeontrack.com และคุณลักษณะหลักของมันคือ "Capture images from any website to your HomeOnTrack.com project"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HomeOnTrack Image Clipper

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}