Developer Excuses
Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
Co to jest Developer Excuses?
Developer Excuses to rozszerzenie Chrome opracowane przez Louis Grasset, a jego główną funkcją jest „Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Developer Excuses
Pobierz pliki rozszerzeń Developer Excuses 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
Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com. Hooray ! Brand new themes: ☀️ Sun, 🦄 Dream and 🌿 Grass !
Podstawowe informacje o rozszerzeniu
Nazwa | Developer Excuses |
ID | nkfeobjdmkgohpbckmcakgodhnjmgkon |
Oficjalny URL | https://chromewebstore.google.com/detail/developer-excuses/nkfeobjdmkgohpbckmcakgodhnjmgkon |
Opis | Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com. |
Rozmiar pliku | 120 KB |
Liczba instalacji | 70 |
Aktualna Wersja | 0.2.2 |
Ostatnia Aktualizacja | 2017-09-17 |
Data Publikacji | 2017-09-17 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Louis Grasset |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Developer Excuses", "description": "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.", "version": "0.2.2", "permissions": [ "http:\/\/*.developerexcuses.com\/", "storage" ], "offline_enabled": true, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png" } }, "icons": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png", "48": ".\/icons\/icon-48.png", "96": ".\/icons\/icon-96.png", "128": ".\/icons\/icon-128.png", "256": ".\/icons\/icon-256.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "author": "Louis Grasset |