"This Frame" Context Menu
Adds a context menu to frames that allows opening them in a new tab, a new window, etc.
Was ist "This Frame" Context Menu?
"This Frame" Context Menu ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.".
Erweiterungsscreenshots
"This Frame" Context Menu-Erweiterungs-CRX-Datei herunterladen
Laden Sie "This Frame" Context Menu-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
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.
Grundlegende Informationen zur Erweiterung
Name | "This Frame" Context Menu |
ID | jceidnndfhmigdokmmehmfpibjjkmola |
Offizielle URL | https://chromewebstore.google.com/detail/this-frame-context-menu/jceidnndfhmigdokmmehmfpibjjkmola |
Beschreibung | Adds a context menu to frames that allows opening them in a new tab, a new window, etc. |
Dateigröße | 4.89 KB |
Installationsanzahl | 532 |
Aktuelle Version | 0.4 |
Letztes Update | 2018-10-22 |
Veröffentlichungsdatum | 2018-10-22 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |