ColorClock Tabs
What color is it? A hex color clock for your new tab page.
Vad är ColorClock Tabs?
ColorClock Tabs är en Chrome-tillägg utvecklad av https://victorszeto.com, och dess huvudfunktion är "What color is it? A hex color clock for your new tab page.".
Tilläggsskärmbilder
Ladda ner ColorClock Tabs-förlängningens CRX-fil
Ladda ner ColorClock Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A color clock for your new tab page. Cycles through the 24-hour color range, showing the color corresponding to the current time. Grundläggande Information om Tillägg
| Namn | |
| ID | ajhlmmkocpickopfnjdbapohpjllghpo |
| Officiell webbadress | https://chromewebstore.google.com/detail/colorclock-tabs/ajhlmmkocpickopfnjdbapohpjllghpo |
| Beskrivning | What color is it? A hex color clock for your new tab page. |
| Filstorlek | 23.4 KB |
| Antal Installationer | 16 |
| Aktuell Version | 0.0.3 |
| Senast Uppdaterad | 2014-12-18 |
| Publiceringsdatum | 2014-12-17 |
| Utvecklare | https://victorszeto.com |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ColorClock Tabs",
"short_name": "ColorClock",
"version": "0.0.3",
"manifest_version": 2,
"description": "What color is it? A hex color clock for your new tab page.",
"homepage_url": "http:\/\/victorszeto.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "src\/override\/override.html"
},
"permissions": [
"http:\/\/fonts.googleapis.com\/",
"https:\/\/fonts.googleapis.com\/"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |