New Domain in New Tab
Open links to new domains in a new tab. Configurable.
New Domain in New Tab क्या है?
New Domain in New Tab https://devindodson.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open links to new domains in a new tab. Configurable."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Domain in New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Open links that lead to a new domain ( i.e., a new website ) in a new tab. --Features-- * Default Setup : Will open links to new domains in a new tab for all sites after installation. * Quick enable/disable : Find options to enable/disable the extension for the current domain by right-clicking the extension's icon in the browser bar. * Whitelist : Only enable the extension on the specified sites. * Blacklist : Enable the extension for all EXCEPT the specified sites. * Visual indicator : The extension icon will turn blue when the extension is enabled for the current domain, and red when it is disabled.
एक्सटेंशन की मूल जानकारी
नाम | New Domain in New Tab |
ID | nokdeeoiaiicgnonknihiccadnnmpeoh |
आधिकारिक URL | https://chromewebstore.google.com/detail/new-domain-in-new-tab/nokdeeoiaiicgnonknihiccadnnmpeoh |
विवरण | Open links to new domains in a new tab. Configurable. |
फ़ाइल का आकार | 190 KB |
स्थापना संख्या | 558 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2017-07-21 |
प्रकाशन तिथि | 2017-07-21 |
रेटिंग | 3.15/5 कुल 13 रेटिंग्स |
डेवलपर | https://devindodson.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/trambopoline/new-domain-in-new-tab |
सहायता पृष्ठ URL | https://github.com/trambopoline/new-domain-in-new-tab/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Domain in New Tab", "description": "Open links to new domains in a new tab. Configurable.", "version": "1.0.1", "options_page": "options.html", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": [] } |