Stendig Calendar Tab

A tab replacement based on the iconic Stendig Calendar

Wat is Stendig Calendar Tab?

Stendig Calendar Tab is een Chrome-extensie ontwikkeld door Quick Left, en de belangrijkste functie is "A tab replacement based on the iconic Stendig Calendar".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Stendig Calendar Tab

Download Stendig Calendar 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

                        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.                    

Basisinformatie over de Extensie

Naam Stendig Calendar Tab Stendig Calendar Tab
ID afdhlpappobhcghgnjgkgacfmnjgibga
Officiële URL https://chromewebstore.google.com/detail/stendig-calendar-tab/afdhlpappobhcghgnjgkgacfmnjgibga
Beschrijving A tab replacement based on the iconic Stendig Calendar
Bestandsgrootte 583 KB
Aantal Installaties 270
Huidige Versie 1.3.0
Laatst Bijgewerkt 2015-03-01
Publicatiedatum 2015-03-01
Beoordeling 2.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Quick Left
Betalingswijze free
Ondersteunde Talen 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'"
}