"This Frame" Context Menu
Adds a context menu to frames that allows opening them in a new tab, a new window, etc.
什么是"This Frame" Context Menu?
"This Frame" Context Menu是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Adds a context menu to frames that allows opening them in a new tab, a new window, etc.”。
扩展截图
下载"This Frame" Context Menu扩展crx文件
下载"This Frame" Context Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | "This Frame" Context Menu |
ID | jceidnndfhmigdokmmehmfpibjjkmola |
官方URL | https://chromewebstore.google.com/detail/this-frame-context-menu/jceidnndfhmigdokmmehmfpibjjkmola |
简介 | Adds a context menu to frames that allows opening them in a new tab, a new window, etc. |
文件大小 | 4.89 KB |
安装次数 | 532 |
当前版本 | 0.4 |
更新时间 | 2018-10-22 |
上架时间 | 2018-10-22 |
评分 | 5.00/5 共3次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | 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 } |