Homebase

The Homebase clipper

Apa itu Homebase?

Homebase adalah ekstensi Chrome yang dikembangkan oleh https://homebase.io, dan fitur utamanya adalah "The Homebase clipper".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Homebase

Unduh file ekstensi Homebase 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

                        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                    

Informasi Dasar Ekstensi

Nama Homebase Homebase
ID oddfoocdjglabkmaofhmfblingagfdnh
URL Resmi https://chromewebstore.google.com/detail/homebase/oddfoocdjglabkmaofhmfblingagfdnh
Deskripsi The Homebase clipper
Ukuran File 267 KB
Jumlah Instalasi 57
Versi Saat Ini 0.3435.0
Terakhir Diperbarui 2014-01-27
Tanggal Publikasi 2014-01-27
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://homebase.io
Tipe Pembayaran free
Situs Ekstensi http://homebase.io
Bahasa yang Didukung 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
}