Every Time Zone New Tab

Replaces the default new tab with everytimezone.com.

Every Time Zone New Tab क्या है?

Every Time Zone New Tab David Simpson Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the default new tab with everytimezone.com."।

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

screenshot

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

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

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

                        Massively simplified.

Just does this:
window.location.href = "https://everytimezone.com/"                    

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

नाम Every Time Zone New Tab Every Time Zone New Tab
ID lolfkhefdonnfhidbpfaakibkjhnefld
आधिकारिक URL https://chromewebstore.google.com/detail/every-time-zone-new-tab/lolfkhefdonnfhidbpfaakibkjhnefld
विवरण Replaces the default new tab with everytimezone.com.
फ़ाइल का आकार 38.21 KB
स्थापना संख्या 60
वर्तमान संस्करण 2
अंतिम अपडेट 2021-03-05
प्रकाशन तिथि 2019-02-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर David Simpson Apps
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dvdsmpsn/chrome-extension-everytimezone-newtab
सहायता पृष्ठ URL http://twitter.com/dvdsmpsn
गोपनीयता नीति पृष्ठ URL https://www.dsapps.dev/data-security-privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Every Time Zone New Tab",
    "version": "2",
    "manifest_version": 2,
    "description": "Replaces the default new tab with everytimezone.com.",
    "homepage_url": "http:\/\/davidsimpson.me\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    }
}