Second Home

You can regist another favorite web site as second home and open it with one click.

Cos'è Second Home?

Second Home è un'estensione di Chrome sviluppata da Naoki Tanimura, e la sua funzione principale è "You can regist another favorite web site as second home and open it with one click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Second Home

Scarica i file di estensione Second Home 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

                        Second Home browser extension provides you second home url besides home url.
You can regist another favorite web site as second home and open it with one click.

Second Home was developed by Naoki Tanimura.
http://naokitanimura.wordpress.com/                    

Informazioni di Base sull'Estensione

Nome Second Home Second Home
ID pmmemlnpjmfkcddknibchodllhnnidlp
URL Ufficiale https://chrome.google.com/webstore/detail/second-home/pmmemlnpjmfkcddknibchodllhnnidlp
Descrizione You can regist another favorite web site as second home and open it with one click.
Dimensione del File 24.58 KB
Conteggio Installazioni 7,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2013-10-10
Data di Pubblicazione 2013-10-10
Valutazione 3.00/5 Totale 5 Valutazioni
Sviluppatore Naoki Tanimura
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Second Home",
    "version": "1.0.0",
    "description": "You can regist another favorite web site as second home and open it with one click.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Second Home"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}