PopOut
Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
Vad är PopOut?
PopOut är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.".
Tilläggsskärmbilder
Ladda ner PopOut-förlängningens CRX-fil
Ladda ner PopOut-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
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äggande Information om Tillägg
| Namn | |
| ID | pepmkldcbobcclmpplfpbllopdkipnnd |
| Officiell webbadress | https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd |
| Beskrivning | Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar. |
| Filstorlek | 5.66 KB |
| Antal Installationer | 111 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-04-11 |
| Publiceringsdatum | 2014-04-11 |
| Betyg | 3.86/5 Totalt 7 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |