Neon New Tab
Overrides new tab page with a neon clock and temperature display
Co to jest Neon New Tab?
Neon New Tab to rozszerzenie Chrome opracowane przez Mikołaj Zyzański, a jego główną funkcją jest „Overrides new tab page with a neon clock and temperature display”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Neon New Tab
Pobierz pliki rozszerzeń Neon New Tab 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
This Chrome Extension replaces the New Tab page with a Neon Clock and Temperature display!
Note: This extension requires the 'geolocation' permission in order to get the correct temperature displayed Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dhdelkmgfhkhhklmhimfiacbopehpicg |
| Oficjalny URL | https://chromewebstore.google.com/detail/neon-new-tab/dhdelkmgfhkhhklmhimfiacbopehpicg |
| Opis | Overrides new tab page with a neon clock and temperature display |
| Rozmiar pliku | 2.8 MB |
| Liczba instalacji | 17 |
| Aktualna Wersja | 0.0.2 |
| Ostatnia Aktualizacja | 2019-05-05 |
| Data Publikacji | 2019-05-05 |
| Deweloper | Mikołaj Zyzański |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/Redseb/neonClock |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Neon New Tab",
"description": "Overrides new tab page with a neon clock and temperature display",
"version": "0.0.2",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"geolocation"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": "images\/icon48.png"
}
} | |