Dark Motivation
Replace the new tab page with Dark Motivation
Vad är Dark Motivation?
Dark Motivation är en Chrome-tillägg utvecklad av calebboyd, och dess huvudfunktion är "Replace the new tab page with Dark Motivation".
Tilläggsskärmbilder
Ladda ner Dark Motivation-förlängningens CRX-fil
Ladda ner Dark Motivation-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
Displays your age counting up in a new tab with a dark background. Based on the popular light variant: "Motivation"
Grundläggande Information om Tillägg
Namn | |
ID | dagpoeofiamcohplgpomgfmmhdlffidd |
Officiell webbadress | https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd |
Beskrivning | Replace the new tab page with Dark Motivation |
Filstorlek | 96.48 KB |
Antal Installationer | 1,391 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-03-10 |
Publiceringsdatum | 2018-03-09 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | calebboyd |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace the new tab page with Dark Motivation", "manifest_version": 2, "name": "Dark Motivation", "offline_enabled": true, "version": "1.0" } |