New Window Tab
Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)
Wat is New Window Tab?
New Window Tab is een Chrome-extensie ontwikkeld door Ashkan, en de belangrijkste functie is "Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)".
Extensie Screenshots
Download het CRX-bestand van de extensie New Window Tab
Download New Window 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
A chrome extension that fills a simple need. It creates a keyboard shortcut (Alt+Shift+W by default) which pops out the current tab into a new window. It automatically chooses the window location using chrome's suggestion for a "natural" offset (about 10 pixels offset from parent's top and left). It keeps the same window size as the parent window. Basisinformatie over de Extensie
| Naam | |
| ID | likdgnpafjdanfaaoendcmkkpefbfiel |
| Officiële URL | https://chrome.google.com/webstore/detail/new-window-tab/likdgnpafjdanfaaoendcmkkpefbfiel |
| Beschrijving | Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W) |
| Bestandsgrootte | 581 KB |
| Aantal Installaties | 25 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2014-12-14 |
| Publicatiedatum | 2014-12-14 |
| Ontwikkelaar | Ashkan |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/norcalli/newtabwindow |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Window Tab",
"description": "Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)",
"version": "1.0.0",
"manifest_version": 2,
"minimum_chrome_version": "19",
"icons": {
"16": "icons\/win16.png",
"48": "icons\/win48.png",
"128": "icons\/win128.png"
},
"background": {
"scripts": [
"js\/hook.js"
],
"persistent": false
},
"commands": {
"toggle-feature": {
"suggested_key": {
"default": "Alt+Shift+W"
},
"description": "Open current tab in new window"
}
},
"permissions": [
"tabs"
]
} | |