Lunar Clock
Keep track of the current moon cycle in your new Chrome tabs.
Co je Lunar Clock?
Lunar Clock je rozšíření Chrome vyvinuté Nick Renteria, a jeho hlavní funkcí je „Keep track of the current moon cycle in your new Chrome tabs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lunar Clock
Stáhněte si soubory rozšíření Lunar Clock ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Lunar Clock |
ID | dmjfmlflhgdjjnlbindgcgaiielgjnee |
Oficiální URL | https://chromewebstore.google.com/detail/lunar-clock/dmjfmlflhgdjjnlbindgcgaiielgjnee |
Popis | Keep track of the current moon cycle in your new Chrome tabs. |
Velikost souboru | 22.02 KB |
Počet instalací | 102 |
Aktuální Verze | 3.0.1 |
Poslední Aktualizace | 2020-08-27 |
Datum Vydání | 2020-06-13 |
Vývojář | Nick Renteria |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |