Second Home

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

Second Homeとは何ですか?

Second HomeはNaoki Tanimuraによって開発されたChromeの拡張機能で、その主な機能は「You can regist another favorite web site as second home and open it with one click.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Second Home拡張機能のCRXファイルをダウンロード

Second Home拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Second Home Second Home
ID pmmemlnpjmfkcddknibchodllhnnidlp
公式URL https://chrome.google.com/webstore/detail/second-home/pmmemlnpjmfkcddknibchodllhnnidlp
説明 You can regist another favorite web site as second home and open it with one click.
ファイルサイズ 24.58 KB
インストール数 7,000
現在のバージョン 1.0.0
最終更新日 2013-10-10
公開日 2013-10-10
評価 3.00/5 合計 5 レビュー
開発者 Naoki Tanimura
支払い方法 free
対応言語 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"
    ]
}