Parker Collection New Tab

A tab extension for viewing the current date and time with an image from Parker on the Web

Parker Collection New Tab क्या है?

Parker Collection New Tab Liz Fischer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tab extension for viewing the current date and time with an image from Parker on the Web"।

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

screenshot

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

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

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

                        Get a random image from Parker on the Web every time you open a new tab. Explore the collection of manuscripts from the Parker Library at Corpus Christi College, Cambridge just opening up your browser.                    

एक्सटेंशन की मूल जानकारी

नाम Parker Collection New Tab Parker Collection New Tab
ID fccmhedphcaccddkcmoifbgijfanabjp
आधिकारिक URL https://chromewebstore.google.com/detail/parker-collection-new-tab/fccmhedphcaccddkcmoifbgijfanabjp
विवरण A tab extension for viewing the current date and time with an image from Parker on the Web
फ़ाइल का आकार 1.6 MB
स्थापना संख्या 34
वर्तमान संस्करण 0.2
अंतिम अपडेट 2018-11-03
प्रकाशन तिथि 2018-11-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Liz Fischer
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://github.com/lizfischer/ParkerNewTab/blob/master/PRIVACY_POLICY.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Parker Collection New Tab",
    "description": "A tab extension for viewing the current date and time with an image from Parker on the Web",
    "short_name": "Parker Tab",
    "version": "0.2",
    "incognito": "split",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' http:\/\/*.stanford.edu\/*; object-src 'self'",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "manifest_version": 2
}