Stendig Calendar Tab

A tab replacement based on the iconic Stendig Calendar

Stendig Calendar Tab क्या है?

Stendig Calendar Tab Quick Left द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tab replacement based on the iconic Stendig Calendar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stendig Calendar Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}