Time and Weather Tab

Minimal New Tab Page.

Time and Weather Tab क्या है?

Time and Weather Tab wilsodadeveloper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimal New Tab Page."।

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

screenshot

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

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

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

                        A minimal new tab page that shows the time and current weather.                    

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

नाम Time and Weather Tab Time and Weather Tab
ID ohlpipdkopgmnpaefpabeboimndinfml
आधिकारिक URL https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml
विवरण Minimal New Tab Page.
फ़ाइल का आकार 41.82 KB
स्थापना संख्या 43
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-02-16
प्रकाशन तिथि 2017-02-16
रेटिंग 3.80/5 कुल 5 रेटिंग्स
डेवलपर wilsodadeveloper
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time and Weather Tab",
    "description": "Minimal New Tab Page.",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "start-page.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "weather.js"
        ]
    },
    "permissions": [
        "geolocation",
        "storage",
        "http:\/\/api.openweathermap.org\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}

संबंधित एक्सटेंशन्स