Iframe QuickLink - Open Iframe URLs in a New Tab

Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.

Qu'est-ce que Iframe QuickLink - Open Iframe URLs in a New Tab ?

Iframe QuickLink - Open Iframe URLs in a New Tab est une extension Chrome développée par https://maxgr.dev, et sa fonction principale est "Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Iframe QuickLink - Open Iframe URLs in a New Tab

Téléchargez les fichiers d'extension Iframe QuickLink - Open Iframe URLs in a New Tab 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

                        ✨ Effortless Navigation: Right-click on any iframe to open its URL in a new tab instantly.

🛠️ Developer's Toolbox: A valuable tool for developers to enhance workflow.

⏰ Time-Saving: Eliminates manual steps, making iframe inspection and interaction more efficient.

🌐 Streamlined Workflow: Simplifies the process of navigating and working with iframe elements in Chrome.                    

Informations de Base sur l'Extension

Nom Iframe QuickLink - Open Iframe URLs in a New Tab Iframe QuickLink - Open Iframe URLs in a New Tab
ID nfjhbjdckjldofelpokknfmbaaflfobm
URL Officiel https://chromewebstore.google.com/detail/iframe-quicklink-open-ifr/nfjhbjdckjldofelpokknfmbaaflfobm
Description Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.
Taille du Fichier 24.3 KB
Nombre d'Installations 66
Version Actuelle 1.2
Dernière Mise à Jour 2024-02-26
Date de Publication 2023-08-26
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://maxgr.dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge de,en,fr,es,ru,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "Iframe QuickLink",
    "description": "__MSG_description__",
    "version": "1.2",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "index.html"
    },
    "manifest_version": 3,
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "default_locale": "en"
}