Easy Button
"that was easy"
什么是Easy Button?
Easy Button是由Christian开发的Chrome扩展程序,该扩展的主要功能是“"that was easy"”。
扩展截图
下载Easy Button扩展crx文件
下载Easy Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Give yourself a pat on the back with a always accessible easy button. Notice there are no ads or anything of the sort. Please leave me a review and tell me if you like the simple design or if you would like a actual picture of a easy button. Update 1.3.1 - icon directory fix Update 1.3 - icon fixes Update 1.2 - popup minor bug fixes Update 1.1 - code cleanup Release 1.0 - easy button
扩展基本信息
名称 | Easy Button |
ID | kkganccblahhhjbpjgbaindnmjimjaep |
官方URL | https://chromewebstore.google.com/detail/easy-button/kkganccblahhhjbpjgbaindnmjimjaep |
简介 | "that was easy" |
文件大小 | 679 KB |
安装次数 | 1,026 |
当前版本 | 1.3.1 |
更新时间 | 2016-11-14 |
上架时间 | 2016-11-13 |
评分 | 4.90/5 共10次评分 |
开发者 | Christian |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.christianjuth.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Button", "description": "\"that was easy\"", "version": "1.3.1", "browser_action": { "default_icon": "Icons\/icon.png", "default_popup": "EasyButton.html" }, "icons": { "16": "Icons\/icon.png", "48": "Icons\/easy button icon.png", "128": "Icons\/icon.png" }, "permissions": [], "background": [ { "js": [ "EasyButton.js" ] } ] } |