Easy Button
"that was easy"
Co to jest Easy Button?
Easy Button to rozszerzenie Chrome opracowane przez Christian, a jego główną funkcją jest „"that was easy"”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Easy Button
Pobierz pliki rozszerzeń Easy Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Easy Button |
ID | kkganccblahhhjbpjgbaindnmjimjaep |
Oficjalny URL | https://chromewebstore.google.com/detail/easy-button/kkganccblahhhjbpjgbaindnmjimjaep |
Opis | "that was easy" |
Rozmiar pliku | 679 KB |
Liczba instalacji | 1,026 |
Aktualna Wersja | 1.3.1 |
Ostatnia Aktualizacja | 2016-11-14 |
Data Publikacji | 2016-11-13 |
Ocena | 4.90/5 Łącznie 10 Oceny |
Deweloper | Christian |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.christianjuth.com |
Obsługiwane Języki | 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" ] } ] } |