Open link in same tab, pop-up as tab
Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.
Open link in same tab, pop-up as tab क्या है?
Open link in same tab, pop-up as tab werty1st द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open link in same tab, pop-up as tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Converts popups to tabs
एक्सटेंशन की मूल जानकारी
नाम | Open link in same tab, pop-up as tab |
ID | jbhbalpncehdfjnfcmmimecdhalmjjem |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-link-in-same-tab-pop/jbhbalpncehdfjnfcmmimecdhalmjjem |
विवरण | Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab. |
फ़ाइल का आकार | 451 KB |
स्थापना संख्या | 31,039 |
वर्तमान संस्करण | 3.1.2 |
अंतिम अपडेट | 2020-05-07 |
प्रकाशन तिथि | 2020-05-07 |
रेटिंग | 4.17/5 कुल 12 रेटिंग्स |
डेवलपर | werty1st |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/werty1st/popup2tab/blob/master/readme.md |
सहायता पृष्ठ URL | https://github.com/werty1st/popup2tab/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in same tab, pop-up as tab", "short_name": "popup2tab", "description": "Forces Chrome to open new tabs instead of pop-up windows and\/or links in the same tab by default instead of new or background tab.", "version": "3.1.2", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "256": "images\/icon256.png", "128": "images\/icon128.png", "96": "images\/icon96.png", "48": "images\/icon48.png" }, "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ "style\/*" ], "browser_action": { "default_icon": "images\/icon48.png", "default_popup": "popup.html", "default_title": "Open link in same tab, pop-up as tab [Free]" }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": false } } |