Chromal New Tab

Beautiful New Tab page with a world clock widget

Qu'est-ce que Chromal New Tab ?

Chromal New Tab est une extension Chrome développée par amalts, et sa fonction principale est "Beautiful New Tab page with a world clock widget".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Chromal New Tab

Téléchargez les fichiers d'extension Chromal New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Chromal New Tab Chromal New Tab
ID baoflgfnbageibinfblljpckkgdoaknl
URL Officiel https://chrome.google.com/webstore/detail/chromal-new-tab/baoflgfnbageibinfblljpckkgdoaknl
Description Beautiful New Tab page with a world clock widget
Taille du Fichier 203 KB
Nombre d'Installations 175
Version Actuelle 0.0.0.15
Dernière Mise à Jour 2015-08-18
Date de Publication 2015-08-18
Évaluation 5.00/5 Total 13 Évaluations
Développeur amalts
Type de Paiement free
Site Web de l'Extension https://www.facebook.com/amalts
Langues Prises en Charge 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'"
}