PopOut
Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
Hvad er PopOut?
PopOut er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.".
Udvidelsesskærmbilleder
Download PopOut-udvidelses-CRX-fil
Download PopOut-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
PopOut
======
A tiny chrome extension that adds a 'Pop out tabs to right' button to your menu bar. Click it to move your current tab and all tabs to the right to a new browser window.
Feel free to contact me at http://lpm.io/contact with any questions! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pepmkldcbobcclmpplfpbllopdkipnnd |
| Officiel URL | https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd |
| Beskrivelse | Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar. |
| Filstørrelse | 5.66 KB |
| Antal Installationer | 111 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2014-04-11 |
| Udgivelsesdato | 2014-04-11 |
| Bedømmelse | 3.86/5 Samlet 7 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PopOut",
"short_name": "PopOut",
"version": "1.0",
"description": "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Pop out tabs to right"
}
} | |