Custom Tab Extension
This new tab with changing wallpaper will display weather and date/time at user's current location
Custom Tab Extension क्या है?
Custom Tab Extension bhavyac045 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This new tab with changing wallpaper will display weather and date/time at user's current location"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Custom Tab Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This customized new tab with changing wallpaper will display weather and date/time at user's current location. Link to Covid-19 alerts and Gmail are added advantage.
एक्सटेंशन की मूल जानकारी
नाम | Custom Tab Extension |
ID | fdmjinolaboakdlcnlclmnkklkfgapnd |
आधिकारिक URL | https://chromewebstore.google.com/detail/custom-tab-extension/fdmjinolaboakdlcnlclmnkklkfgapnd |
विवरण | This new tab with changing wallpaper will display weather and date/time at user's current location |
फ़ाइल का आकार | 702 KB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 3 |
अंतिम अपडेट | 2020-08-26 |
प्रकाशन तिथि | 2020-05-05 |
डेवलपर | bhavyac045 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Tab Extension", "description": "This new tab with changing wallpaper will display weather and date\/time at user's current location", "version": "3", "manifest_version": 2, "background": { "scripts": [ "background.js", "content.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "chrome_url_overrides": { "newtab": "options.html" }, "browser_action": { "default_title": "Custom Tab" }, "permissions": [ "activeTab", "geolocation", "identity", "identity.email" ] } |