Popup To Tab
Turns all popup windows into tabs and merge them to the main window.
Popup To Tab क्या है?
Popup To Tab em_te द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turns all popup windows into tabs and merge them to the main window."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Popup To Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hate it when websites open their portals in a popup window because they're so special and need to hide the back and forward buttons? With this add-on you can now turn a popup window into a tab and merge it into your main browser window. That way everything fits neatly into your tabs and you don't have windows flying everywhere. The next time you have a popup open, simply click on the toast notification that shows up to merge the popup window into the main browser window. You can also click on the extension icon in the toolbar on the main browser window too. Bonus: I am pleased to report that this extension requests no discernible permissions, so you may use it in complete confidence.
एक्सटेंशन की मूल जानकारी
नाम | Popup To Tab |
ID | lpicnjjpdgpciojopdmdchgbflhheiol |
आधिकारिक URL | https://chromewebstore.google.com/detail/popup-to-tab/lpicnjjpdgpciojopdmdchgbflhheiol |
विवरण | Turns all popup windows into tabs and merge them to the main window. |
फ़ाइल का आकार | 12.09 KB |
स्थापना संख्या | 572 |
वर्तमान संस्करण | 0.2.3 |
अंतिम अपडेट | 2021-07-08 |
प्रकाशन तिथि | 2021-05-04 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | em_te |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://em-te.github.io/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "author": "Terry", "version": "0.2.3", "description": "__MSG_extensionDescription__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "icon_16.png", "24": "icon_24.png", "48": "icon_48.png", "96": "icon_96.png", "128": "icon_128.png" }, "browser_action": { "default_icon": { "16": "icon_16.png", "24": "icon_24.png", "48": "icon_48.png", "96": "icon_96.png" } }, "permissions": [ "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |