"This Frame" Context Menu

Adds a context menu to frames that allows opening them in a new tab, a new window, etc.

Wat is "This Frame" Context Menu?

"This Frame" Context Menu is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie "This Frame" Context Menu

Download "This Frame" Context Menu-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

                        Adds a "This Frame" Context Menu.

This was originally published at ttps://chrome.google.com/webstore/detail/ckegihlfolljbjmbaidfnnjjhondlpho but seems to have vanished.

This has been updated for manifest_version 2.                    

Basisinformatie over de Extensie

Naam "This Frame" Context Menu
ID jceidnndfhmigdokmmehmfpibjjkmola
Officiële URL https://chromewebstore.google.com/detail/this-frame-context-menu/jceidnndfhmigdokmmehmfpibjjkmola
Beschrijving Adds a context menu to frames that allows opening them in a new tab, a new window, etc.
Bestandsgrootte 4.89 KB
Aantal Installaties 532
Huidige Versie 0.4
Laatst Bijgewerkt 2018-10-22
Publicatiedatum 2018-10-22
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "description": "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.",
    "icons": {
        "16": "icon16.png"
    },
    "name": "\"This Frame\" Context Menu",
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "version": "0.4",
    "manifest_version": 2
}