Colorful Motivation - New Tab Page
Replaces the new tab page with colorful motivation.
Co je Colorful Motivation - New Tab Page?
Colorful Motivation - New Tab Page je rozšíření Chrome vyvinuté joshspicer, a jeho hlavní funkcí je „Replaces the new tab page with colorful motivation.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Colorful Motivation - New Tab Page
Stáhněte si soubory rozšíření Colorful Motivation - New Tab Page 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í
Replace the (boring) new tab page with (fun and colorful) motivation. Displays your current age as it slowly ticks up, and generates a background color based on that moment. Easy to edit your birthday, just click the date in the bottom-left! Inspired by the idea put forth in Chrome extension "Motivation" by maccman. Open source on Github: https://github.com/joshspicer/colorful-motivation
Základní Informace o Rozšíření
Název | Colorful Motivation - New Tab Page |
ID | mebfadffaiadgfhoieipinanpcmklhil |
Oficiální URL | https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil |
Popis | Replaces the new tab page with colorful motivation. |
Velikost souboru | 178 KB |
Počet instalací | 160 |
Aktuální Verze | 0.31 |
Poslední Aktualizace | 2018-08-22 |
Datum Vydání | 2018-08-21 |
Hodnocení | 4.83/5 Celkem 6 Hodnocení |
Vývojář | joshspicer |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colorful Motivation - New Tab Page", "version": "0.31", "author": "Josh Spicer", "description": "Replaces the new tab page with colorful motivation.", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html" } |