Convert To Popup
Converts the current tab or link to a popup window
Qu'est-ce que Convert To Popup ?
Convert To Popup est une extension Chrome développée par rawbytz, et sa fonction principale est "Converts the current tab or link to a popup window".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Convert To Popup
Téléchargez les fichiers d'extension Convert To Popup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
• 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.
Informations de Base sur l'Extension
Nom | Convert To Popup |
ID | ipbclffpmnocdigdcpmahfmdlibcggal |
URL Officiel | https://chromewebstore.google.com/detail/convert-to-popup/ipbclffpmnocdigdcpmahfmdlibcggal |
Description | Converts the current tab or link to a popup window |
Taille du Fichier | 7.13 KB |
Nombre d'Installations | 1,409 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2018-03-07 |
Date de Publication | 2018-03-07 |
Évaluation | 4.36/5 Total 11 Évaluations |
Développeur | rawbytz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |