"This Frame" Context Menu
Adds a context menu to frames that allows opening them in a new tab, a new window, etc.
What is "This Frame" Context Menu?
"This Frame" Context Menu is a Chrome extension developed by Unknown, and its main feature is "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.".
Extension Screenshots
Download "This Frame" Context Menu Extension CRX File
Download "This Frame" Context Menu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | "This Frame" Context Menu |
ID | jceidnndfhmigdokmmehmfpibjjkmola |
Official URL | https://chromewebstore.google.com/detail/this-frame-context-menu/jceidnndfhmigdokmmehmfpibjjkmola |
Description | Adds a context menu to frames that allows opening them in a new tab, a new window, etc. |
File Size | 4.89 KB |
Installation Count | 532 |
Current Version | 0.4 |
Last Updated | 2018-10-22 |
Publish Date | 2018-10-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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 } |