Currently

Replace new tab screen with current time and weather.

Currently क्या है?

Currently Currently द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace new tab screen with current time and weather."।

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

screenshot
screenshot

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

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

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

                        Currently is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather while providing convenient web search powered by Yahoo.

Permissions & Reasons Used

Our extension uses the minimum permissions required:

Permission: "geolocation"
Reason: "In order for Currently to display accurate weather information for your area, it requires the ability to query your Latitude and Longitude."                    

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

नाम Currently Currently
ID ojhmphdkpgbibohbnpbfiefkgieacjmh
आधिकारिक URL https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh
विवरण Replace new tab screen with current time and weather.
फ़ाइल का आकार 29.07 MB
स्थापना संख्या 70,000
वर्तमान संस्करण 5.1.1
अंतिम अपडेट 2021-08-29
प्रकाशन तिथि 2021-01-18
रेटिंग 4.05/5 कुल 2041 रेटिंग्स
डेवलपर Currently
ईमेल [email protected]
भुगतान के प्रकार in_app
गोपनीयता नीति पृष्ठ URL https://search.currentlyweather.com/home/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Currently",
    "version": "5.1.1",
    "manifest_version": 2,
    "description": "Replace new tab screen with current time and weather.",
    "background": {
        "scripts": [
            "core\/index.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "public\/index.html"
    },
    "permissions": [
        "geolocation"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self';",
    "web_accessible_resources": [
        "*.json"
    ]
}