Link in Current Tab
Force all links to be opened in current tab instead of the new one
Link in Current Tab क्या है?
Link in Current Tab SAGAN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Force all links to be opened in current tab instead of the new one"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Link in Current Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension forces all links to be opened in the current tab. It does it in a way that should work in ALL websites, even if the sites that load contents dynamically via AJAX. Note You can still open a link in the new tab at any time, by clicking a link when holding the "Ctrl" key, or using the middle mouse button to open a link. 无视页面里 a 链接的 target="_blank" 属性, 强制所有链接在当前 tab 页打开.
एक्सटेंशन की मूल जानकारी
नाम | Link in Current Tab |
ID | cbkcdebbfbegnmbephalggnchfebihbl |
आधिकारिक URL | https://chromewebstore.google.com/detail/link-in-current-tab/cbkcdebbfbegnmbephalggnchfebihbl |
विवरण | Force all links to be opened in current tab instead of the new one |
फ़ाइल का आकार | 3.46 KB |
स्थापना संख्या | 194 |
वर्तमान संस्करण | 1.0.11 |
अंतिम अपडेट | 2023-12-21 |
प्रकाशन तिथि | 2018-06-18 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | SAGAN |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/sagan/chrome-extension-link-in-current-tab |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link in Current Tab", "description": "Force all links to be opened in current tab instead of the new one", "version": "1.0.11", "author": "Jacques De SAGAN", "manifest_version": 2, "permissions": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "all_frames": true } ] } |