New Tab URL
Use a custom URL as the New Tab page without losing address bar focus
New Tab URL क्या है?
New Tab URL Matthias Vogt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use a custom URL as the New Tab page without losing address bar focus"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Tab URL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Choose a custom URL to be displayed on the New Tab page. The address bar stays focused when opening a new tab.
एक्सटेंशन की मूल जानकारी
नाम | New Tab URL |
ID | fjmejipbaegkajpfkghaapfhdempldpd |
आधिकारिक URL | https://chromewebstore.google.com/detail/new-tab-url/fjmejipbaegkajpfkghaapfhdempldpd |
विवरण | Use a custom URL as the New Tab page without losing address bar focus |
फ़ाइल का आकार | 488 KB |
स्थापना संख्या | 430 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2022-10-10 |
प्रकाशन तिथि | 2016-04-17 |
रेटिंग | 4.54/5 कुल 13 रेटिंग्स |
डेवलपर | Matthias Vogt |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/matthias-vogt/new-tab-url |
सहायता पृष्ठ URL | https://github.com/matthias-vogt/new-tab-url |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab URL", "description": "Use a custom URL as the New Tab page without losing address bar focus", "version": "0.1.2", "chrome_url_overrides": { "newtab": "new-tab.html" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "options.html", "default_title": "New Tab URL" }, "permissions": [ "storage", "file:\/\/\/*" ], "manifest_version": 2 } |