Stendig Calendar Tab

A tab replacement based on the iconic Stendig Calendar

Qu'est-ce que Stendig Calendar Tab ?

Stendig Calendar Tab est une extension Chrome développée par Quick Left, et sa fonction principale est "A tab replacement based on the iconic Stendig Calendar".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Stendig Calendar Tab

Téléchargez les fichiers d'extension Stendig Calendar 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

                        The Stendig Calendar was designed in 1966 by Massimo Vignelli and taken that year into the Design collection of the Museum of Modern Art in New York. This extension replaces the default new tab page with a Stendig calendar for the current month.                    

Informations de Base sur l'Extension

Nom Stendig Calendar Tab Stendig Calendar Tab
ID afdhlpappobhcghgnjgkgacfmnjgibga
URL Officiel https://chromewebstore.google.com/detail/stendig-calendar-tab/afdhlpappobhcghgnjgkgacfmnjgibga
Description A tab replacement based on the iconic Stendig Calendar
Taille du Fichier 583 KB
Nombre d'Installations 270
Version Actuelle 1.3.0
Dernière Mise à Jour 2015-03-01
Date de Publication 2015-03-01
Évaluation 2.75/5 Total 4 Évaluations
Développeur Quick Left
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stendig Calendar Tab",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "A tab replacement based on the iconic Stendig Calendar",
    "homepage_url": "http:\/\/stendigcalendar.website\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/newtab.html"
    },
    "permissions": [
        "storage",
        "https:\/\/unsplash-api.herokuapp.com\/",
        "https:\/\/unsplash.imgix.net\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}