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.”。
扩展截图
下载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/
扩展基本信息
名称 | |
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" ] } |