Tabsplit
Tabsplit can convert multiple tabs into one page containing original websites in frames. You can create you own pages containing…
Tabsplit क्या है?
Tabsplit RBBR द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tabsplit can convert multiple tabs into one page containing original websites in frames. You can create you own pages containing…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabsplit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tabsplit can convert multiple tabs into one page containing original websites in frames. You can create you own pages containing Jira issues together with GitLab merge requests, or Jira roadmap + Miro board, for example. Limitations Due to browser security policy limitations, Tabsplit WILL NOT work until you install [Ignore X-Frame extension](https://chrome.google.com/webstore/detail/ignore-x-frame-headers/gleekbfjekiniecknbkamfmkohkpodhe) together with Tabplit (it may be integrated into Tabsplit in later versions). Still, some websites might not work in they are not designed to work inside frames. Proven to work with With [Ignore X-Frame extension](https://chrome.google.com/webstore/detail/ignore-x-frame-headers/gleekbfjekiniecknbkamfmkohkpodhe) Tabsplit is proven to work with: - Jira - GitLab - Gmail - Youtube - Google Maps - Google Search - Google Docs - DuckDuckGo - QuickNote - Miro Limited support - GitHub - Heroku - Twitter - Wikipedia How to use 1. Choose multiple tabs by holding Shift key and selecting multiple tabs you want to combine into single page. 2. Click Tabsplit extension icon → Done! Features - Instantly shareable - Three layouts: Vertical, Horisontal & Grid - Ability to rename your splits - "Unsplit" your site back to tabs.
एक्सटेंशन की मूल जानकारी
नाम | Tabsplit |
ID | hndbnkcmgkepfjhlaapglkfkelfgnepp |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabsplit/hndbnkcmgkepfjhlaapglkfkelfgnepp |
विवरण | Tabsplit can convert multiple tabs into one page containing original websites in frames. You can create you own pages containing… |
फ़ाइल का आकार | 8.12 KB |
स्थापना संख्या | 16 |
वर्तमान संस्करण | 0.0.12 |
अंतिम अपडेट | 2022-04-13 |
प्रकाशन तिथि | 2022-02-17 |
डेवलपर | RBBR |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://tabsplit.io |
सहायता पृष्ठ URL | https://tabsplit.io/support |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabsplit", "version": "0.0.12", "author": "", "icons": { "16": "assets\/icon16x16.png", "32": "assets\/icon32x32.png", "48": "assets\/icon48x48.png", "64": "assets\/icon64x64.png", "128": "assets\/icon128x128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs", "notifications" ], "host_permissions": [ "https:\/\/tabsplit.io\/*", "https:\/\/www.tabsplit.io\/*", " |