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은(는) awsdfgvhbjn.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create a custom right-click menu and choose the links and scripts you want in it."입니다.
확장 프로그램 스크린샷
Custom Right-Click Menu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |