WHA Quotes & Clock New Tab
Motivation with each new tab
Cos'è WHA Quotes & Clock New Tab?
WHA Quotes & Clock New Tab è un'estensione di Chrome sviluppata da https://workhardanywhere.com, e la sua funzione principale è "Motivation with each new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WHA Quotes & Clock New Tab
Scarica i file di estensione WHA Quotes & Clock New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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™
Informazioni di Base sull'Estensione
Nome | WHA Quotes & Clock New Tab |
ID | mjmdefoccnioblaeicpedekiigfoghbb |
URL Ufficiale | https://chromewebstore.google.com/detail/wha-quotes-clock-new-tab/mjmdefoccnioblaeicpedekiigfoghbb |
Descrizione | Motivation with each new tab |
Dimensione del File | 14.92 KB |
Conteggio Installazioni | 31,012 |
Versione Corrente | 0.3.3 |
Ultimo Aggiornamento | 2019-10-06 |
Data di Pubblicazione | 2019-10-06 |
Valutazione | 4.84/5 Totale 521 Valutazioni |
Sviluppatore | https://workhardanywhere.com |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |