Colorful Motivation - New Tab Page
Replaces the new tab page with colorful motivation.
Hvad er Colorful Motivation - New Tab Page?
Colorful Motivation - New Tab Page er en Chrome-udvidelse udviklet af joshspicer, og dens hovedfunktion er "Replaces the new tab page with colorful motivation.".
Udvidelsesskærmbilleder
Download Colorful Motivation - New Tab Page-udvidelses-CRX-fil
Download Colorful Motivation - New Tab Page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mebfadffaiadgfhoieipinanpcmklhil |
| Officiel URL | https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil |
| Beskrivelse | Replaces the new tab page with colorful motivation. |
| Filstørrelse | 178 KB |
| Antal Installationer | 160 |
| Nuværende Version | 0.31 |
| Senest Opdateret | 2018-08-22 |
| Udgivelsesdato | 2018-08-21 |
| Bedømmelse | 4.83/5 Samlet 6 Bedømmelser |
| Udvikler | joshspicer |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |