Extensions Button
Provides quick icon access to your Chrome extensions.
什么是Extensions Button?
Extensions Button是由Dan Barnett开发的Chrome扩展程序,该扩展的主要功能是“Provides quick icon access to your Chrome extensions.”。
扩展截图
下载Extensions Button扩展crx文件
下载Extensions Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple lightweight extension that adds a shortcut button to your browser for quick access to your extensions. It either opens a new tab, or switches to the extensions tab if you already have it open in another tab. You could nearly accomplish the same thing if you made a bookmark, but this assures you won't open multiple tabs. See also "Chrome Downloads Button" and "Chrome History Button" from the link below.
扩展基本信息
名称 | Extensions Button |
ID | hfpnjihjndnmfcbclplooodjmhcdncan |
官方URL | https://chromewebstore.google.com/detail/extensions-button/hfpnjihjndnmfcbclplooodjmhcdncan |
简介 | Provides quick icon access to your Chrome extensions. |
文件大小 | 25.58 KB |
安装次数 | 10,751 |
当前版本 | 0.2 |
更新时间 | 2013-06-18 |
上架时间 | 2013-06-17 |
评分 | 4.44/5 共45次评分 |
开发者 | Dan Barnett |
付费类型 | free |
扩展官网 | http://danbarnett.net/chrome-extensions-history-button-extensions-button-downloads-button-131.html |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon_19x19.png" }, "description": "Provides quick icon access to your Chrome extensions.", "icons": { "128": "images\/icon_128x128.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png" }, "name": "Extensions Button", "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.2" } |