Stendig Calendar Tab

A tab replacement based on the iconic Stendig Calendar

Stendig Calendar Tabคืออะไร?

Stendig Calendar Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Quick Left และคุณลักษณะหลักของมันคือ "A tab replacement based on the iconic Stendig Calendar"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stendig Calendar Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}