Second Home

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

Second Home là gì?

Second Home là một tiện ích mở rộng Chrome được phát triển bởi Naoki Tanimura, và tính năng chính của nó là "You can regist another favorite web site as second home and open it with one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Second Home

Tải xuống các tệp mở rộng Second Home dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Second Home Second Home
ID pmmemlnpjmfkcddknibchodllhnnidlp
URL Chính Thức https://chrome.google.com/webstore/detail/second-home/pmmemlnpjmfkcddknibchodllhnnidlp
Mô tả You can regist another favorite web site as second home and open it with one click.
Kích Thước Tệp 24.58 KB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2013-10-10
Ngày Phát Hành 2013-10-10
Đánh Giá 3.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Naoki Tanimura
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}