Convert To Popup
Converts the current tab or link to a popup window
Wat is Convert To Popup?
Convert To Popup is een Chrome-extensie ontwikkeld door rawbytz, en de belangrijkste functie is "Converts the current tab or link to a popup window".
Extensie Screenshots
Download het CRX-bestand van de extensie Convert To Popup
Download Convert To 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
• Popup windows have no tabs, address bar, or bookmarks bar. • Click the toolbar icon to convert the current tab into a Popup window. • Assign a keyboard shortcut at the bottom of chrome://extensions to do the same. • Right Click links to open them in a new Popup window. • No persistent memory footprint.
Basisinformatie over de Extensie
Naam | Convert To Popup |
ID | ipbclffpmnocdigdcpmahfmdlibcggal |
Officiële URL | https://chromewebstore.google.com/detail/convert-to-popup/ipbclffpmnocdigdcpmahfmdlibcggal |
Beschrijving | Converts the current tab or link to a popup window |
Bestandsgrootte | 7.13 KB |
Aantal Installaties | 1,409 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2018-03-07 |
Publicatiedatum | 2018-03-07 |
Beoordeling | 4.36/5 Totaal 11 Beoordelingen |
Ontwikkelaar | rawbytz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Convert To Popup", "version": "1.6", "description": "Converts the current tab or link to a popup window", "browser_action": { "default_icon": "convert2Popup_128.png", "default_title": "Convert to Popup" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "128": "convert2Popup_128.png" }, "permissions": [ "contextMenus", "activeTab" ], "manifest_version": 2 } |