"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 là gì?
"This Frame" Context Menu là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng "This Frame" Context Menu
Tải xuống các tệp mở rộng "This Frame" Context Menu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | "This Frame" Context Menu |
ID | jceidnndfhmigdokmmehmfpibjjkmola |
URL Chính Thức | https://chromewebstore.google.com/detail/this-frame-context-menu/jceidnndfhmigdokmmehmfpibjjkmola |
Mô tả | Adds a context menu to frames that allows opening them in a new tab, a new window, etc. |
Kích Thước Tệp | 4.89 KB |
Số Lần Cài Đặt | 532 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2018-10-22 |
Ngày Phát Hành | 2018-10-22 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |