Lunar Clock
Keep track of the current moon cycle in your new Chrome tabs.
Co to jest Lunar Clock?
Lunar Clock to rozszerzenie Chrome opracowane przez Nick Renteria, a jego główną funkcją jest „Keep track of the current moon cycle in your new Chrome tabs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lunar Clock
Pobierz pliki rozszerzeń Lunar Clock 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
Whenever you open a new tab this extension will display a model of the moon's current appearance and highlight its nearest lunar phase. It's a great way to spice up that boring new tab screen. You can also set it to an animation of the entire moon cycle if you want instead, and starting in version 3.0.0 there's also a dropdown menu that you can use as a quick link or bookmark navigation. Feel free to reach out with any update suggestions, new features you'd like to see, or bugs you experience.
Podstawowe informacje o rozszerzeniu
Nazwa | Lunar Clock |
ID | dmjfmlflhgdjjnlbindgcgaiielgjnee |
Oficjalny URL | https://chromewebstore.google.com/detail/lunar-clock/dmjfmlflhgdjjnlbindgcgaiielgjnee |
Opis | Keep track of the current moon cycle in your new Chrome tabs. |
Rozmiar pliku | 22.02 KB |
Liczba instalacji | 102 |
Aktualna Wersja | 3.0.1 |
Ostatnia Aktualizacja | 2020-08-27 |
Data Publikacji | 2020-06-13 |
Deweloper | Nick Renteria |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.1", "manifest_version": 2, "name": "Lunar Clock", "description": "Keep track of the current moon cycle in your new Chrome tabs.", "author": "Nick Renteria", "chrome_url_overrides": { "newtab": "moon.html" }, "icons": { "16": "Moon16.png", "48": "Moon48.png", "128": "Moon128.png" }, "browser_action": { "default_icon": { "16": ".\/Moon16.png", "48": ".\/Moon48.png", "128": ".\/Moon128.png" }, "default_title": "Lunar Clock" } } |