Open-as-Popup
Opens the current tab as a popup window.
Wat is Open-as-Popup?
Open-as-Popup is een Chrome-extensie ontwikkeld door Thomas Mercurio, en de belangrijkste functie is "Opens the current tab as a popup window.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open-as-Popup
Download Open-as-Popup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | iabonpaolfcekbccbiginpdkhlcaeopd |
| Officiële URL | https://chromewebstore.google.com/detail/open-as-popup/iabonpaolfcekbccbiginpdkhlcaeopd |
| Beschrijving | Opens the current tab as a popup window. |
| Bestandsgrootte | 6.89 KB |
| Aantal Installaties | 4,977 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-12-26 |
| Publicatiedatum | 2015-12-26 |
| Beoordeling | 4.80/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | Thomas Mercurio |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |