Custom Right-Click Menu
Create a custom right-click menu and choose the links and scripts you want in it.
Custom Right-Click Menuคืออะไร?
Custom Right-Click Menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย awsdfgvhbjn.dev และคุณลักษณะหลักของมันคือ "Create a custom right-click menu and choose the links and scripts you want in it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom Right-Click Menu
ดาวน์โหลดไฟล์ส่วนขยาย Custom Right-Click Menu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Custom Right-Click Menu |
ID | onnbmgmepodkilcbdodhfepllfmafmlj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj |
คำอธิบาย | Create a custom right-click menu and choose the links and scripts you want in it. |
ขนาดไฟล์ | 4.51 MB |
จำนวนการติดตั้ง | 6,030 |
เวอร์ชันปัจจุบัน | 2.2.14 |
อัปเดตครั้งล่าสุด | 2021-02-10 |
วันที่เผยแพร่ | 2020-04-27 |
คะแนน | 3.93/5 รวมทั้งหมด 43 คะแนน |
ผู้พัฒนา | awsdfgvhbjn.dev |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/SanderRonde/CustomRightClickMenu |
URL หน้าช่วยเหลือ | https://github.com/SanderRonde/CustomRightClickMenu/issues |
ภาษาที่รองรับ | 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": [ " |