Custom Right-Click Menu
Create a custom right-click menu and choose the links and scripts you want in it.
Custom Right-Click Menu là gì?
Custom Right-Click Menu là một tiện ích mở rộng Chrome được phát triển bởi awsdfgvhbjn.dev, và tính năng chính của nó là "Create a custom right-click menu and choose the links and scripts you want in it.".
Ả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 Custom Right-Click Menu
Tải xuống các tệp mở rộng Custom Right-Click 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
Create your own entries in the right-click menu. Add custom JavasScript scripts, links, sub-menus and custom CSS stylesheets that activate when you click them in your right-click menu and do anything you want all from your right-click menu. Featuring full GreaseMonkey compatibility for userscripts and Stylish compatibility for userstyles. Using the CRM API, the chrome APIs that come with it, and the background script, you have the same freedom in writing JavaScript scripts that you would have writing a chrome extension except that this is a lot easier. This allows you to write just about anything you want and incorporate it into your or someone else's right-click menu by sharing it. For more information check out the source code over at https://github.com/SanderRonde/CustomRightClickMenu
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Custom Right-Click Menu |
ID | onnbmgmepodkilcbdodhfepllfmafmlj |
URL Chính Thức | https://chromewebstore.google.com/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj |
Mô tả | Create a custom right-click menu and choose the links and scripts you want in it. |
Kích Thước Tệp | 4.51 MB |
Số Lần Cài Đặt | 6,030 |
Phiên Bản Hiện Tại | 2.2.14 |
Cập Nhật Lần Cuối | 2021-02-10 |
Ngày Phát Hành | 2020-04-27 |
Đánh Giá | 3.93/5 Tổng số 43 Đánh Giá |
Nhà Phát Triển | awsdfgvhbjn.dev |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/SanderRonde/CustomRightClickMenu |
URL Trang Trợ Giúp | https://github.com/SanderRonde/CustomRightClickMenu/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "options_page": "html\/options.html", "name": "Custom Right-Click Menu", "description": "Create a custom right-click menu and choose the links and scripts you want in it.", "version": "2.2.14", "short_name": "CRM", "minimum_chrome_version": "26", "background": { "page": "html\/background.html" }, "content_scripts": [ { "matches": [ " |