Stendig Calendar Tab

A tab replacement based on the iconic Stendig Calendar

Cos'è Stendig Calendar Tab?

Stendig Calendar Tab è un'estensione di Chrome sviluppata da Quick Left, e la sua funzione principale è "A tab replacement based on the iconic Stendig Calendar".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Stendig Calendar Tab

Scarica i file di estensione Stendig Calendar Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Stendig Calendar Tab Stendig Calendar Tab
ID afdhlpappobhcghgnjgkgacfmnjgibga
URL Ufficiale https://chromewebstore.google.com/detail/stendig-calendar-tab/afdhlpappobhcghgnjgkgacfmnjgibga
Descrizione A tab replacement based on the iconic Stendig Calendar
Dimensione del File 583 KB
Conteggio Installazioni 270
Versione Corrente 1.3.0
Ultimo Aggiornamento 2015-03-01
Data di Pubblicazione 2015-03-01
Valutazione 2.75/5 Totale 4 Valutazioni
Sviluppatore Quick Left
Tipo di Pagamento free
Lingue Supportate 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'"
}