Chromal New Tab
Beautiful New Tab page with a world clock widget
Wat is Chromal New Tab?
Chromal New Tab is een Chrome-extensie ontwikkeld door amalts, en de belangrijkste functie is "Beautiful New Tab page with a world clock widget".
Extensie Screenshots
Download het CRX-bestand van de extensie Chromal New Tab
Download Chromal New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A light weight beautilful new tab extension for Google Chrome. Feature a world clock, calendar and beautiful background images. Integrate with your Flickr account and display your favorite photos as chrome background. Open Source : github.com/amalts/Chromal-New-Tab
Basisinformatie over de Extensie
Naam | |
ID | baoflgfnbageibinfblljpckkgdoaknl |
Officiële URL | https://chrome.google.com/webstore/detail/chromal-new-tab/baoflgfnbageibinfblljpckkgdoaknl |
Beschrijving | Beautiful New Tab page with a world clock widget |
Bestandsgrootte | 203 KB |
Aantal Installaties | 175 |
Huidige Versie | 0.0.0.15 |
Laatst Bijgewerkt | 2015-08-18 |
Publicatiedatum | 2015-08-18 |
Beoordeling | 5.00/5 Totaal 13 Beoordelingen |
Ontwikkelaar | amalts |
Betalingswijze | free |
Extensiewebsite | https://www.facebook.com/amalts |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chromal New Tab", "short_name": "Chromal", "description": "Beautiful New Tab page with a world clock widget", "version": "0.0.0.15", "chrome_url_overrides": { "newtab": "main.html" }, "web_accessible_resources": [ "images\/*", "css\/*", "js\/*" ], "permissions": [ "*:\/\/*.staticflickr.com\/*", "activeTab", "storage", "unlimitedStorage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.flickr.com\/; object-src 'self'" } |