Colorful Motivation - New Tab Page
Replaces the new tab page with colorful motivation.
Was ist Colorful Motivation - New Tab Page?
Colorful Motivation - New Tab Page ist eine Chrome-Erweiterung, die von joshspicer entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the new tab page with colorful motivation.".
Erweiterungsscreenshots
Colorful Motivation - New Tab Page-Erweiterungs-CRX-Datei herunterladen
Laden Sie Colorful Motivation - New Tab Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Colorful Motivation - New Tab Page |
ID | mebfadffaiadgfhoieipinanpcmklhil |
Offizielle URL | https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil |
Beschreibung | Replaces the new tab page with colorful motivation. |
Dateigröße | 178 KB |
Installationsanzahl | 160 |
Aktuelle Version | 0.31 |
Letztes Update | 2018-08-22 |
Veröffentlichungsdatum | 2018-08-21 |
Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
Entwickler | joshspicer |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |