Open-as-Popup
Opens the current tab as a popup window.
Was ist Open-as-Popup?
Open-as-Popup ist eine Chrome-Erweiterung, die von Thomas Mercurio entwickelt wurde, und ihr Hauptmerkmal ist "Opens the current tab as a popup window.".
Erweiterungsscreenshots
Open-as-Popup-Erweiterungs-CRX-Datei herunterladen
Laden Sie Open-as-Popup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iabonpaolfcekbccbiginpdkhlcaeopd |
| Offizielle URL | https://chromewebstore.google.com/detail/open-as-popup/iabonpaolfcekbccbiginpdkhlcaeopd |
| Beschreibung | Opens the current tab as a popup window. |
| Dateigröße | 6.89 KB |
| Installationsanzahl | 4,977 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2015-12-26 |
| Veröffentlichungsdatum | 2015-12-26 |
| Bewertung | 4.80/5 Insgesamt 15 Bewertungen |
| Entwickler | Thomas Mercurio |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |