Right Click Opens Link in a Background Tab
Right clicking a link opens the link in a new background tab.
Right Click Opens Link in a Background Tab क्या है?
Right Click Opens Link in a Background Tab Etheryte द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right clicking a link opens the link in a new background tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Right Click Opens Link in a Background Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension makes right clicking on links open the link in a new background tab. In short, the same behavior as middle mouse click or Cmd + Click on a link, but for the right mouse button. This makes opening links in new tabs a breeze on modern trackpads, where gestures already allow you to do most navigation operations without ever needing your keyboard. This extension requires the following permissions: - Access to your tabs. This is required to add new tabs in the correct order. - Access to all pages. This is required to listen for right clicks on links. This extension does not gather any sort of analytics, tracking, or other such information.
एक्सटेंशन की मूल जानकारी
नाम | Right Click Opens Link in a Background Tab |
ID | njboaameemdigbgpphlidpdcdjmkhfjm |
आधिकारिक URL | https://chromewebstore.google.com/detail/right-click-opens-link-in/njboaameemdigbgpphlidpdcdjmkhfjm |
विवरण | Right clicking a link opens the link in a new background tab. |
फ़ाइल का आकार | 25.01 KB |
स्थापना संख्या | 988 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2024-01-05 |
प्रकाशन तिथि | 2023-01-04 |
रेटिंग | 4.50/5 कुल 8 रेटिंग्स |
डेवलपर | Etheryte |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Etheryte/right-click-opens-link-in-a-background-tab |
सहायता पृष्ठ URL | https://github.com/Etheryte/right-click-opens-link-in-a-background-tab/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Right Click Opens Link in a Background Tab", "description": "Right clicking a link opens the link in a new background tab.", "version": "1.2", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |