New Tab - What Color is It
The time... now in color.
Was ist New Tab - What Color is It?
New Tab - What Color is It ist eine Chrome-Erweiterung, die von 太空饭否开发组 entwickelt wurde, und ihr Hauptmerkmal ist "The time... now in color.".
Erweiterungsscreenshots
New Tab - What Color is It-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab - What Color is It-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
Show the hex color of current time in your new tab. Create a new tab, and enjoy the beauty of color as time changes.
Click the time or color to copy.
Fork on GitHub: https://github.com/riophae/what-color-is-it
The idea was originally put forward by J.E.Murphy; website: http://jemurphy.org/
Based on http://whatcolourisit.scn9a.org/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kdbefpgedbmgcndbjgegpomamfkiejoa |
| Offizielle URL | https://chromewebstore.google.com/detail/new-tab-what-color-is-it/kdbefpgedbmgcndbjgegpomamfkiejoa |
| Beschreibung | The time... now in color. |
| Dateigröße | 43.6 KB |
| Installationsanzahl | 256 |
| Aktuelle Version | 0.1.3 |
| Letztes Update | 2014-12-28 |
| Veröffentlichungsdatum | 2014-12-28 |
| Bewertung | 4.78/5 Insgesamt 9 Bewertungen |
| Entwickler | 太空饭否开发组 |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": "whatcolorisit.html"
},
"description": "The time... now in color.",
"icons": {
"256": "icon_256.png",
"128": "icon_128.png",
"96": "icon_96.png",
"48": "icon_48.png"
},
"manifest_version": 2,
"name": "New Tab - What Color is It",
"version": "0.1.3",
"permissions": [
"clipboardWrite "
],
"content_security_policy": "default_src 'self'; object-src 'self'; script-src 'self' 'unsafe-eval'"
} | |