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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |