Stendig Calendar Tab
A tab replacement based on the iconic Stendig Calendar
What is Stendig Calendar Tab?
Stendig Calendar Tab is a Chrome extension developed by Quick Left, and its main feature is "A tab replacement based on the iconic Stendig Calendar".
Extension Screenshots
Download Stendig Calendar Tab Extension CRX File
Download Stendig Calendar Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Stendig Calendar Tab |
ID | afdhlpappobhcghgnjgkgacfmnjgibga |
Official URL | https://chromewebstore.google.com/detail/stendig-calendar-tab/afdhlpappobhcghgnjgkgacfmnjgibga |
Description | A tab replacement based on the iconic Stendig Calendar |
File Size | 583 KB |
Installation Count | 270 |
Current Version | 1.3.0 |
Last Updated | 2015-03-01 |
Publish Date | 2015-03-01 |
Rating | 2.75/5 Total 4 Ratings |
Developer | Quick Left |
Payment Type | free |
Supported Languages | 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'" } |