Motivation
Replace new tab page with Motivation
Hvad er Motivation?
Motivation er en Chrome-udvidelse udviklet af maccman, og dens hovedfunktion er "Replace new tab page with Motivation".
Udvidelsesskærmbilleder
Download Motivation-udvidelses-CRX-fil
Download Motivation-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
Replaces your 'new-tab' page with a real-time counter showing your current age.
Grundlæggende oplysninger om udvidelsen
Navn | Motivation |
ID | ofdgfpchbidcgncgfpdlpclnpaemakoj |
Officiel URL | https://chromewebstore.google.com/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj |
Beskrivelse | Replace new tab page with Motivation |
Filstørrelse | 96.48 KB |
Antal Installationer | 37,605 |
Nuværende Version | 0.6 |
Senest Opdateret | 2014-07-18 |
Udgivelsesdato | 2014-07-17 |
Bedømmelse | 4.44/5 Samlet 412 Bedømmelser |
Udvikler | maccman |
Betalingsmetode | free |
Understøttede Sprog | 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" } |