Enhanced Tab Splitter
Split the active tab and all tabs to it's right into a new window.
Vad är Enhanced Tab Splitter?
Enhanced Tab Splitter är en Chrome-tillägg utvecklad av https://sessionpaw.com, och dess huvudfunktion är "Split the active tab and all tabs to it's right into a new window.".
Tilläggsskärmbilder
Ladda ner Enhanced Tab Splitter-förlängningens CRX-fil
Ladda ner Enhanced Tab Splitter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Handy offline tool to split tabs. No sensitive permissions needed.
***
It's a part of SessionPaw's FreeApps, for more info or apps, please check https://sessionpaw.com. 🐈🐾🐾🐾 Grundläggande Information om Tillägg
| Namn | |
| ID | kddboddjjkppebmpjjeehenooioolfoe |
| Officiell webbadress | https://chromewebstore.google.com/detail/enhanced-tab-splitter/kddboddjjkppebmpjjeehenooioolfoe |
| Beskrivning | Split the active tab and all tabs to it's right into a new window. |
| Filstorlek | 3.84 KB |
| Antal Installationer | 58 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2023-10-19 |
| Publiceringsdatum | 2023-10-04 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://sessionpaw.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon.png",
"default_title": "Split Tabs"
},
"version": "1.0.0",
"author": "SessionPaw Corp.",
"name": "Enhanced Tab Splitter",
"description": "Split the active tab and all tabs to it's right into a new window.",
"manifest_version": 3,
"permissions": []
} | |