Stendig Calendar Tab
A tab replacement based on the iconic Stendig Calendar
什麼是Stendig Calendar Tab?
Stendig Calendar Tab是由Quick Left開發的Chrome擴展程式,該擴展的主要功能是“A tab replacement based on the iconic Stendig Calendar”。
擴展截圖
下載Stendig Calendar Tab擴展crx文件
下載Stendig Calendar Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Stendig Calendar Tab |
ID | afdhlpappobhcghgnjgkgacfmnjgibga |
官方網址 | https://chromewebstore.google.com/detail/stendig-calendar-tab/afdhlpappobhcghgnjgkgacfmnjgibga |
簡介 | A tab replacement based on the iconic Stendig Calendar |
檔案大小 | 583 KB |
安裝次數 | 270 |
目前版本 | 1.3.0 |
更新時間 | 2015-03-01 |
上架時間 | 2015-03-01 |
評分 | 2.75/5 共 4 次評分 |
開發者 | Quick Left |
付費類型 | free |
支援的語言 | 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'" } |