Homebase

The Homebase clipper

Cos'è Homebase?

Homebase è un'estensione di Chrome sviluppata da https://homebase.io, e la sua funzione principale è "The Homebase clipper".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Homebase

Scarica i file di estensione Homebase in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Homebase Homebase
ID oddfoocdjglabkmaofhmfblingagfdnh
URL Ufficiale https://chromewebstore.google.com/detail/homebase/oddfoocdjglabkmaofhmfblingagfdnh
Descrizione The Homebase clipper
Dimensione del File 267 KB
Conteggio Installazioni 57
Versione Corrente 0.3435.0
Ultimo Aggiornamento 2014-01-27
Data di Pubblicazione 2014-01-27
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://homebase.io
Tipo di Pagamento free
Sito Web dell'Estensione http://homebase.io
Lingue Supportate 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
}