WHA Quotes & Clock New Tab
Motivation with each new tab
Qu'est-ce que WHA Quotes & Clock New Tab ?
WHA Quotes & Clock New Tab est une extension Chrome développée par https://workhardanywhere.com, et sa fonction principale est "Motivation with each new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WHA Quotes & Clock New Tab
Téléchargez les fichiers d'extension WHA Quotes & Clock New Tab 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
Replace the standard new tab and get you fired up each time you open a new tab. Latest version introduces three modes: Dark, Light, and Get Sh*t Done. A product by Work Hard Anywhere™
Informations de Base sur l'Extension
Nom | WHA Quotes & Clock New Tab |
ID | mjmdefoccnioblaeicpedekiigfoghbb |
URL Officiel | https://chromewebstore.google.com/detail/wha-quotes-clock-new-tab/mjmdefoccnioblaeicpedekiigfoghbb |
Description | Motivation with each new tab |
Taille du Fichier | 14.92 KB |
Nombre d'Installations | 31,012 |
Version Actuelle | 0.3.3 |
Dernière Mise à Jour | 2019-10-06 |
Date de Publication | 2019-10-06 |
Évaluation | 4.84/5 Total 521 Évaluations |
Développeur | https://workhardanywhere.com |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WHA Quotes & Clock New Tab", "description": "Motivation with each new tab", "author": "WHA", "homepage_url": "https:\/\/workhardanywhere.com", "version": "0.3.3", "chrome_url_overrides": { "newtab": "WHAquote.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/source.unsplash.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com ; object-src 'self'" } |