WHA Quotes & Clock New Tab
Motivation with each new tab
Was ist WHA Quotes & Clock New Tab?
WHA Quotes & Clock New Tab ist eine Chrome-Erweiterung, die von https://workhardanywhere.com entwickelt wurde, und ihr Hauptmerkmal ist "Motivation with each new tab".
Erweiterungsscreenshots
WHA Quotes & Clock New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie WHA Quotes & Clock New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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™ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mjmdefoccnioblaeicpedekiigfoghbb |
| Offizielle URL | https://chromewebstore.google.com/detail/wha-quotes-clock-new-tab/mjmdefoccnioblaeicpedekiigfoghbb |
| Beschreibung | Motivation with each new tab |
| Dateigröße | 14.92 KB |
| Installationsanzahl | 31,012 |
| Aktuelle Version | 0.3.3 |
| Letztes Update | 2019-10-06 |
| Veröffentlichungsdatum | 2019-10-06 |
| Bewertung | 4.84/5 Insgesamt 521 Bewertungen |
| Entwickler | https://workhardanywhere.com |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |