Easy Button
"that was easy"
Was ist Easy Button?
Easy Button ist eine Chrome-Erweiterung, die von Christian entwickelt wurde, und ihr Hauptmerkmal ist ""that was easy"".
Erweiterungsscreenshots
Easy Button-Erweiterungs-CRX-Datei herunterladen
Laden Sie Easy Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kkganccblahhhjbpjgbaindnmjimjaep |
| Offizielle URL | https://chromewebstore.google.com/detail/easy-button/kkganccblahhhjbpjgbaindnmjimjaep |
| Beschreibung | "that was easy" |
| Dateigröße | 679 KB |
| Installationsanzahl | 1,026 |
| Aktuelle Version | 1.3.1 |
| Letztes Update | 2016-11-14 |
| Veröffentlichungsdatum | 2016-11-13 |
| Bewertung | 4.90/5 Insgesamt 10 Bewertungen |
| Entwickler | Christian |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.christianjuth.com |
| Unterstützte Sprachen | 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"
]
}
]
} | |