Apps in new tab
Shows the list of installed apps instead of the search page when opening a new tab.
Apps in new tab क्या है?
Apps in new tab Guillaume Ryder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the list of installed apps instead of the search page when opening a new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Apps in new tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replaces the default new tab page with the apps list. Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab
एक्सटेंशन की मूल जानकारी
नाम | Apps in new tab |
ID | mpojaelnfgiajhilmojddklffggldfbp |
आधिकारिक URL | https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp |
विवरण | Shows the list of installed apps instead of the search page when opening a new tab. |
फ़ाइल का आकार | 4.63 KB |
स्थापना संख्या | 564 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2022-10-24 |
प्रकाशन तिथि | 2019-09-27 |
रेटिंग | 2.50/5 कुल 2 रेटिंग्स |
डेवलपर | Guillaume Ryder |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/guilryder/chrome-extensions/tree/master/newtab |
सहायता पृष्ठ URL | https://github.com/guilryder/chrome-extensions/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Apps in new tab", "version": "2.0.0", "description": "Shows the list of installed apps instead of the search page when opening a new tab.", "author": "Guillaume Ryder", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "apps.html" } } |