Neon New Tab

Overrides new tab page with a neon clock and temperature display

Neon New Tab क्या है?

Neon New Tab Mikołaj Zyzański द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Overrides new tab page with a neon clock and temperature display"।

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

screenshot

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

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

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

                        This Chrome Extension replaces the New Tab page with a Neon Clock and Temperature display!

Note: This extension requires the 'geolocation' permission in order to get the correct temperature displayed                    

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

नाम Neon New Tab Neon New Tab
ID dhdelkmgfhkhhklmhimfiacbopehpicg
आधिकारिक URL https://chromewebstore.google.com/detail/neon-new-tab/dhdelkmgfhkhhklmhimfiacbopehpicg
विवरण Overrides new tab page with a neon clock and temperature display
फ़ाइल का आकार 2.8 MB
स्थापना संख्या 17
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2019-05-05
प्रकाशन तिथि 2019-05-05
डेवलपर Mikołaj Zyzański
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Redseb/neonClock
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Neon New Tab",
    "description": "Overrides new tab page with a neon clock and temperature display",
    "version": "0.0.2",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "geolocation"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png"
    }
}