iframe in new tab or window
Open an iframe in a new tab or window
Qu'est-ce que iframe in new tab or window ?
iframe in new tab or window est une extension Chrome développée par Graeme Gellatly, et sa fonction principale est "Open an iframe in a new tab or window".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension iframe in new tab or window
Téléchargez les fichiers d'extension iframe in new tab or window 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
Adds a context menu to iframes to enable them to be opened in either a popup window or tab. The window popup is designed for pdf's primarily and will pop offset right and narrower than a standard window.
Informations de Base sur l'Extension
Nom | iframe in new tab or window |
ID | mcgmlddiffnkehjigmkifkebflbjigep |
URL Officiel | https://chromewebstore.google.com/detail/iframe-in-new-tab-or-wind/mcgmlddiffnkehjigmkifkebflbjigep |
Description | Open an iframe in a new tab or window |
Taille du Fichier | 30.77 KB |
Nombre d'Installations | 306 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2023-05-11 |
Date de Publication | 2023-05-11 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | Graeme Gellatly |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iframe in new tab or window", "version": "0.1", "manifest_version": 3, "description": "Open an iframe in a new tab or window", "action": { "default_icon": "icon-128.png", "default_popup": "popup.html", "default_title": "iframe in new tab or window" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus" ] } |