Motivation-huh?
Replace new tab page with Motivation
Qu'est-ce que Motivation-huh? ?
Motivation-huh? est une extension Chrome développée par Unknown, et sa fonction principale est "Replace new tab page with Motivation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Motivation-huh?
Téléchargez les fichiers d'extension Motivation-huh? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
modify from https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj countdown your TTL
Informations de Base sur l'Extension
Nom | Motivation-huh? |
ID | gjiindielolnpcmjbhiojfpojlodnicl |
URL Officiel | https://chromewebstore.google.com/detail/motivation-huh/gjiindielolnpcmjbhiojfpojlodnicl |
Description | Replace new tab page with Motivation |
Taille du Fichier | 96.61 KB |
Nombre d'Installations | 22 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-12-26 |
Date de Publication | 2014-12-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } |