Open-as-Popup
Opens the current tab as a popup window.
Hvad er Open-as-Popup?
Open-as-Popup er en Chrome-udvidelse udviklet af Thomas Mercurio, og dens hovedfunktion er "Opens the current tab as a popup window.".
Udvidelsesskærmbilleder
Download Open-as-Popup-udvidelses-CRX-fil
Download Open-as-Popup-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
This extension is very simple: it provides a button to open the current tab as a popup window. The tab will be closed, and a popup window - that is, a window without tabs or a URL bar - will be opened to the same address.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | iabonpaolfcekbccbiginpdkhlcaeopd |
Officiel URL | https://chromewebstore.google.com/detail/open-as-popup/iabonpaolfcekbccbiginpdkhlcaeopd |
Beskrivelse | Opens the current tab as a popup window. |
Filstørrelse | 6.89 KB |
Antal Installationer | 4,977 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-12-26 |
Udgivelsesdato | 2015-12-26 |
Bedømmelse | 4.80/5 Samlet 15 Bedømmelser |
Udvikler | Thomas Mercurio |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open-as-Popup", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Open the current tab as a popup window." }, "description": "Opens the current tab as a popup window.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |