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
官方網址 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"
    ]
}