Second Home

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

What is Second Home?

Second Home is a Chrome extension developed by Naoki Tanimura, and its main feature is "You can regist another favorite web site as second home and open it with one click.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Second Home Extension CRX File

Download Second Home extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Second Home Second Home
ID pmmemlnpjmfkcddknibchodllhnnidlp
Official URL https://chrome.google.com/webstore/detail/second-home/pmmemlnpjmfkcddknibchodllhnnidlp
Description You can regist another favorite web site as second home and open it with one click.
File Size 24.58 KB
Installation Count 7,000
Current Version 1.0.0
Last Updated 2013-10-10
Publish Date 2013-10-10
Rating 3.00/5 Total 5 Ratings
Developer Naoki Tanimura
Payment Type free
Supported Languages 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"
    ]
}