Open link in this tab

Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.

Open link in this tab क्या है?

Open link in this tab https://wis.am द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Open link in this tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Some links only open in new tabs when you click them, this extension adds an option in the context menu for a right click on a link for opening the link in the current tab.                    

एक्सटेंशन की मूल जानकारी

नाम Open link in this tab Open link in this tab
ID mgekbifamjphaakikmkphlpnlodeacnp
आधिकारिक URL https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp
विवरण Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
फ़ाइल का आकार 11.94 KB
स्थापना संख्या 83
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-08-24
प्रकाशन तिथि 2021-08-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://wis.am
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wis.am/browser-extensions/open-link-in-this-tab
सहायता पृष्ठ URL https://wis.am/browser-extensions/open-link-in-this-tab
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open link in this tab",
    "author": "Wis [email protected]",
    "homepage_url": "https:\/\/wis.am\/browser-extensions\/open-link-in-this-tab",
    "description": "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/link16x16.png",
        "32": "icons\/link32x32.png",
        "48": "icons\/link48x48.png",
        "128": "icons\/link128x128.png"
    }
}