Colorful Motivation - New Tab Page
Replaces the new tab page with colorful motivation.
Vad är Colorful Motivation - New Tab Page?
Colorful Motivation - New Tab Page är en Chrome-tillägg utvecklad av joshspicer, och dess huvudfunktion är "Replaces the new tab page with colorful motivation.".
Tilläggsskärmbilder
Ladda ner Colorful Motivation - New Tab Page-förlängningens CRX-fil
Ladda ner Colorful Motivation - New Tab Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | mebfadffaiadgfhoieipinanpcmklhil |
| Officiell webbadress | https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil |
| Beskrivning | Replaces the new tab page with colorful motivation. |
| Filstorlek | 178 KB |
| Antal Installationer | 160 |
| Aktuell Version | 0.31 |
| Senast Uppdaterad | 2018-08-22 |
| Publiceringsdatum | 2018-08-21 |
| Betyg | 4.83/5 Totalt 6 Betyg |
| Utvecklare | joshspicer |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |