Pop Out
Convert tabs into popup windows and back
Vad är Pop Out?
Pop Out är en Chrome-tillägg utvecklad av tbodt, och dess huvudfunktion är "Convert tabs into popup windows and back".
Tilläggsskärmbilder
Ladda ner Pop Out-förlängningens CRX-fil
Ladda ner Pop Out-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
Turn tabs into popup windows with no toolbars in the way!
Use the item in the context menu to turn a tab into a popup window, and to turn that popup window back into a tab. You can also click the toolbar icon. Grundläggande Information om Tillägg
| Namn | |
| ID | goefeknijkeibgadbapihfkliobeoglp |
| Officiell webbadress | https://chromewebstore.google.com/detail/pop-out/goefeknijkeibgadbapihfkliobeoglp |
| Beskrivning | Convert tabs into popup windows and back |
| Filstorlek | 12.7 KB |
| Antal Installationer | 319 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2020-06-11 |
| Publiceringsdatum | 2020-06-11 |
| Utvecklare | tbodt |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/tbodt/pop-out/ |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pop Out",
"description": "Convert tabs into popup windows and back",
"version": "1.0.1",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"36": "icons\/icon36.png",
"48": "icons\/icon48.png",
"72": "icons\/icon72.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": [],
"permissions": [
"contextMenus"
]
} | |