Convert To Popup
Converts the current tab or link to a popup window
Was ist Convert To Popup?
Convert To Popup ist eine Chrome-Erweiterung, die von rawbytz entwickelt wurde, und ihr Hauptmerkmal ist "Converts the current tab or link to a popup window".
Erweiterungsscreenshots
Convert To Popup-Erweiterungs-CRX-Datei herunterladen
Laden Sie Convert To 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
• 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.
Grundlegende Informationen zur Erweiterung
Name | Convert To Popup |
ID | ipbclffpmnocdigdcpmahfmdlibcggal |
Offizielle URL | https://chromewebstore.google.com/detail/convert-to-popup/ipbclffpmnocdigdcpmahfmdlibcggal |
Beschreibung | Converts the current tab or link to a popup window |
Dateigröße | 7.13 KB |
Installationsanzahl | 1,409 |
Aktuelle Version | 1.6 |
Letztes Update | 2018-03-07 |
Veröffentlichungsdatum | 2018-03-07 |
Bewertung | 4.36/5 Insgesamt 11 Bewertungen |
Entwickler | rawbytz |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |