Motivation-huh?
Replace new tab page with Motivation
Wat is Motivation-huh??
Motivation-huh? is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replace new tab page with Motivation".
Extensie Screenshots
Download het CRX-bestand van de extensie Motivation-huh?
Download Motivation-huh?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
modify from https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj countdown your TTL
Basisinformatie over de Extensie
Naam | Motivation-huh? |
ID | gjiindielolnpcmjbhiojfpojlodnicl |
Officiële URL | https://chromewebstore.google.com/detail/motivation-huh/gjiindielolnpcmjbhiojfpojlodnicl |
Beschrijving | Replace new tab page with Motivation |
Bestandsgrootte | 96.61 KB |
Aantal Installaties | 22 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-12-26 |
Publicatiedatum | 2014-12-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } |