Motivation-huh?
Replace new tab page with Motivation
Hvad er Motivation-huh??
Motivation-huh? er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Replace new tab page with Motivation".
Udvidelsesskærmbilleder
Download Motivation-huh?-udvidelses-CRX-fil
Download Motivation-huh?-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
modify from https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj countdown your TTL
Grundlæggende oplysninger om udvidelsen
Navn | Motivation-huh? |
ID | gjiindielolnpcmjbhiojfpojlodnicl |
Officiel URL | https://chromewebstore.google.com/detail/motivation-huh/gjiindielolnpcmjbhiojfpojlodnicl |
Beskrivelse | Replace new tab page with Motivation |
Filstørrelse | 96.61 KB |
Antal Installationer | 22 |
Nuværende Version | 0.1 |
Senest Opdateret | 2014-12-26 |
Udgivelsesdato | 2014-12-25 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Unknown |
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-huh?", "offline_enabled": true, "version": "0.1" } |