Colorful Motivation - New Tab Page
Replaces the new tab page with colorful motivation.
Co to jest Colorful Motivation - New Tab Page?
Colorful Motivation - New Tab Page to rozszerzenie Chrome opracowane przez joshspicer, a jego główną funkcją jest „Replaces the new tab page with colorful motivation.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Colorful Motivation - New Tab Page
Pobierz pliki rozszerzeń Colorful Motivation - New Tab Page 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
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
Podstawowe informacje o rozszerzeniu
Nazwa | Colorful Motivation - New Tab Page |
ID | mebfadffaiadgfhoieipinanpcmklhil |
Oficjalny URL | https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil |
Opis | Replaces the new tab page with colorful motivation. |
Rozmiar pliku | 178 KB |
Liczba instalacji | 160 |
Aktualna Wersja | 0.31 |
Ostatnia Aktualizacja | 2018-08-22 |
Data Publikacji | 2018-08-21 |
Ocena | 4.83/5 Łącznie 6 Oceny |
Deweloper | joshspicer |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |