"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 |
官方網址 | 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 } |