Motivation
Replace new tab page with Motivation
Vad är Motivation?
Motivation är en Chrome-tillägg utvecklad av maccman, och dess huvudfunktion är "Replace new tab page with Motivation".
Tilläggsskärmbilder
Ladda ner Motivation-förlängningens CRX-fil
Ladda ner 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
Replaces your 'new-tab' page with a real-time counter showing your current age. Grundläggande Information om Tillägg
| Namn | |
| ID | ofdgfpchbidcgncgfpdlpclnpaemakoj |
| Officiell webbadress | https://chromewebstore.google.com/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj |
| Beskrivning | Replace new tab page with Motivation |
| Filstorlek | 96.48 KB |
| Antal Installationer | 37,605 |
| Aktuell Version | 0.6 |
| Senast Uppdaterad | 2014-07-18 |
| Publiceringsdatum | 2014-07-17 |
| Betyg | 4.44/5 Totalt 412 Betyg |
| Utvecklare | maccman |
| Betalningssätt | free |
| Stödda Språk | en |
| 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 new tab page with Motivation",
"icons": {
"128": "icon-128.png",
"16": "icon-16.png",
"48": "icon-48.png"
},
"manifest_version": 2,
"name": "Motivation",
"offline_enabled": true,
"version": "0.6"
} | |