My Home Button
Add Home button to the Toolbar
什么是My Home Button?
My Home Button是由art开发的Chrome扩展程序,该扩展的主要功能是“Add Home button to the Toolbar”。
下载My Home Button扩展crx文件
下载My Home Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | lmnafldoomophgfeegfijmomfghmhhfe |
官方URL | https://chrome.google.com/webstore/detail/my-home-button/lmnafldoomophgfeegfijmomfghmhhfe |
简介 | Add Home button to the Toolbar |
文件大小 | 19.16 KB |
安装次数 | 112 |
当前版本 | 1.0.0 |
更新时间 | 2015-07-30 |
上架时间 | 2015-07-30 |
评分 | 3.60/5 共5次评分 |
开发者 | art |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon_128.png", "48": "icon_48.png", "32": "icon_32.png", "16": "icon_16.png" }, "default_title": "Home" }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "My Home Button", "description": "Add Home button to the Toolbar", "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |