Custom New Tab URL
Customize the new tab URL.
Custom New Tab URL क्या है?
Custom New Tab URL publisher द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize the new tab URL."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Custom New Tab URL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome doesn't allow you to configure a new tab URL. It always opens its New Tab Page with a search bar and some browsing history. With this extension, you can use the options page to store a link to a page or even a path to a local file that will be loaded when a new tab is created. It is very lightweight and easy to use! For people who prefer dark mode, try enabling the following Chrome builtin flag: chrome://flags/#enable-force-dark -------------------- ATTENTION: Since Chrome Version 118.0.5993.71, setting the new tab to a local file requires to turn the "Allow access to file URLs" option in the extension management page. Open the Manage Extension page, find the Custom New Tab URL extension and click the Details button, then find the option "Allow access to file URLs" and turn it on.
एक्सटेंशन की मूल जानकारी
नाम | Custom New Tab URL |
ID | mmjbdbjnoablegbkcklggeknkfcjkjia |
आधिकारिक URL | https://chromewebstore.google.com/detail/custom-new-tab-url/mmjbdbjnoablegbkcklggeknkfcjkjia |
विवरण | Customize the new tab URL. |
फ़ाइल का आकार | 80.19 KB |
स्थापना संख्या | 32,654 |
वर्तमान संस्करण | 1.1.5 |
अंतिम अपडेट | 2023-10-18 |
प्रकाशन तिथि | 2018-12-05 |
रेटिंग | 4.52/5 कुल 73 रेटिंग्स |
डेवलपर | publisher |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom New Tab URL", "description": "Customize the new tab URL.", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.1.5", "options_page": "options.html", "offline_enabled": true, "optional_host_permissions": [ "file:\/\/*\/*" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |