Homebase

The Homebase clipper

Homebase là gì?

Homebase là một tiện ích mở rộng Chrome được phát triển bởi https://homebase.io, và tính năng chính của nó là "The Homebase clipper".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Homebase

Tải xuống các tệp mở rộng Homebase dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        EASILY SHARE INTERESTING THINGS FROM THE AROUND THE WEB WITH YOUR TEAM.

Use the Homebase web clipper to grab web pages, reports, images, charts, documents, and quotes to save and share with your team. It's an effective way to gather customer testimonials, competitive intel, or draw attention to trends in important metrics.

Learn more at www.homebase.io                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Homebase Homebase
ID oddfoocdjglabkmaofhmfblingagfdnh
URL Chính Thức https://chromewebstore.google.com/detail/homebase/oddfoocdjglabkmaofhmfblingagfdnh
Mô tả The Homebase clipper
Kích Thước Tệp 267 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 0.3435.0
Cập Nhật Lần Cuối 2014-01-27
Ngày Phát Hành 2014-01-27
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://homebase.io
Loại Thanh Toán free
Trang Web Mở Rộng http://homebase.io
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homebase",
    "version": "0.3435.0",
    "description": "The Homebase clipper",
    "background": {
        "scripts": [
            "chrome_background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "files\/extension_19.png",
        "default_title": "Create cards from this page!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.homebase.io\/extension\/*"
            ],
            "js": [
                "iframe_message_bridge.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.homebase.io\/*"
            ],
            "js": [
                "files\/dont_show_install_button.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "files\/extension_16.png",
        "48": "files\/extension_48.png",
        "128": "files\/extension_128.png"
    },
    "web_accessible_resources": [
        "files\/status\/awesome-face.png",
        "files\/status\/cloud.png",
        "files\/status\/close.png",
        "files\/status\/sad-face.png"
    ],
    "options_page": "files\/settings.html",
    "manifest_version": 2
}