F1 New Tab
Get the schedule for the next F1 weekend when you open a new tab.
F1 New Tab क्या है?
F1 New Tab Alex Walder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the schedule for the next F1 weekend when you open a new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में F1 New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Install this extension to view a summary of the schedule for the next round of the Formula 1 world championship whenever you open a new tab.
एक्सटेंशन की मूल जानकारी
नाम | F1 New Tab |
ID | hhbklikplekokbnhojflejamgomelkio |
आधिकारिक URL | https://chromewebstore.google.com/detail/f1-new-tab/hhbklikplekokbnhojflejamgomelkio |
विवरण | Get the schedule for the next F1 weekend when you open a new tab. |
फ़ाइल का आकार | 21.71 MB |
स्थापना संख्या | 118 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2022-09-06 |
प्रकाशन तिथि | 2022-07-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Alex Walder |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "F1 New Tab", "description": "Get the schedule for the next F1 weekend when you open a new tab.", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "build\/src\/background.js", "type": "module" }, "icons": { "128": "Icon.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newtab\/dist\/index.html" } } |