Popout Tab
Popout a tab into its own self-contained window.
Wat is Popout Tab?
Popout Tab is een Chrome-extensie ontwikkeld door Ey3cue, en de belangrijkste functie is "Popout a tab into its own self-contained window.".
Extensie Screenshots
Download het CRX-bestand van de extensie Popout Tab
Download Popout Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Opens the current tab in a popout window. Reactivating will merge it back with the main window. Basisinformatie over de Extensie
| Naam | |
| ID | nlnicneebppdmbhknnbdnilmfkbonhec |
| Officiële URL | https://chromewebstore.google.com/detail/popout-tab/nlnicneebppdmbhknnbdnilmfkbonhec |
| Beschrijving | Popout a tab into its own self-contained window. |
| Bestandsgrootte | 107 KB |
| Aantal Installaties | 126 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2019-06-23 |
| Publicatiedatum | 2019-06-23 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Ey3cue |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Ey3cue/popout-tab |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Popout Tab",
"description": "Popout a tab into its own self-contained window.",
"version": "1.1.0",
"icons": {
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "assets\/icon32.png"
},
"commands": {
"toggle_popout": {
"description": "Popout current tab",
"suggested_key": {
"default": "Ctrl+Shift+Y"
}
}
},
"permissions": [
"contextMenus"
]
} | |