Easy Button
"that was easy"
What is Easy Button?
Easy Button is a Chrome extension developed by Christian, and its main feature is ""that was easy"".
Extension Screenshots
Download Easy Button Extension CRX File
Download Easy Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Easy Button |
ID | kkganccblahhhjbpjgbaindnmjimjaep |
Official URL | https://chromewebstore.google.com/detail/easy-button/kkganccblahhhjbpjgbaindnmjimjaep |
Description | "that was easy" |
File Size | 679 KB |
Installation Count | 1,026 |
Current Version | 1.3.1 |
Last Updated | 2016-11-14 |
Publish Date | 2016-11-13 |
Rating | 4.90/5 Total 10 Ratings |
Developer | Christian |
[email protected] | |
Payment Type | free |
Extension Website | http://www.christianjuth.com |
Supported Languages | 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" ] } ] } |