Quick Home Button
Go to home page on current website quickly
什么是Quick Home Button?
Quick Home Button是由dotpower.com开发的Chrome扩展程序,该扩展的主要功能是“Go to home page on current website quickly”。
扩展截图
下载Quick Home Button扩展crx文件
下载Quick Home Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Quick Home Button |
ID | hnejecidakmfncbfmklegjidgikiilgd |
官方URL | https://chromewebstore.google.com/detail/quick-home-button/hnejecidakmfncbfmklegjidgikiilgd |
简介 | Go to home page on current website quickly |
文件大小 | 8.92 KB |
安装次数 | 3,297 |
当前版本 | 1.0 |
更新时间 | 2016-12-18 |
上架时间 | 2016-12-18 |
评分 | 4.43/5 共14次评分 |
开发者 | dotpower.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Home Button", "description": "Go to home page on current website quickly", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "48.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |