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 |
官方網址 | 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" ] } ] } |