Simple

Chrome extension that shows the current time and weather on the new tab screen

Simple क्या है?

Simple Hattar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension that shows the current time and weather on the new tab screen"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Replace new tab screen with current time and weather sourced from OpenWeatherMap.org.

Simple replaces your "New Tab" screen with a new one that shows you the current time and the weather, with no tracking, no unnecessary permissions, no BS.

# Update 1.1.0
Added font picker
Minor bug fixes and performance improvements
Add blinky "new stuff" notification

# Update 1.0.12
CSS updates to make the scaling a bit nicer
Add 1hr caching to weather querying so we don't get booted from the weather API :)

# Update 1.0.11
Previous fix for issue causing defaults to override user settings didn't work in some situations, retrying
Allowed clicking off the settings bar to close it so you don't have to hit the X                    

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

नाम Simple Simple
ID ofpamglakelakiehjfhgfcikpponflgi
आधिकारिक URL https://chromewebstore.google.com/detail/simple/ofpamglakelakiehjfhgfcikpponflgi
विवरण Chrome extension that shows the current time and weather on the new tab screen
फ़ाइल का आकार 111 KB
स्थापना संख्या 34,784
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2019-12-22
प्रकाशन तिथि 2019-12-22
रेटिंग 4.27/5 कुल 33 रेटिंग्स
डेवलपर Hattar
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple",
    "version": "1.1.1",
    "options_page": "app\/index.html#settings",
    "icons": {
        "16": "images\/icon16.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "description": "Chrome extension that shows the current time and weather on the new tab screen",
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "default_locale": "en",
    "author": "Dan Covill",
    "permissions": [
        "storage",
        "geolocation"
    ],
    "manifest_version": 2
}