Button: Settings
Open the Settings with just one click.
什么是Button: Settings?
Button: Settings是由https://browser-extensions.com开发的Chrome扩展程序,该扩展的主要功能是“Open the Settings with just one click.”。
扩展截图
下载Button: Settings扩展crx文件
下载Button: Settings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Button: Settings |
ID | llhljceoapbodnkbmpeahmbphilblllh |
官方URL | https://chromewebstore.google.com/detail/button-settings/llhljceoapbodnkbmpeahmbphilblllh |
简介 | Open the Settings with just one click. |
文件大小 | 12.94 KB |
安装次数 | 1,454 |
当前版本 | 1.0.0 |
更新时间 | 2016-04-21 |
上架时间 | 2016-04-20 |
评分 | 5.00/5 共4次评分 |
开发者 | https://browser-extensions.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://browser-extensions.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.0", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_openSettings__" }, "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "permissions": [ "storage", "contextMenus" ] } |