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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 Stendig Calendar Tab
ID afdhlpappobhcghgnjgkgacfmnjgibga
公式URL 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'"
}