Files
ContextMenuManager/index.html
2021-06-13 22:02:29 +08:00

69 lines
3.8 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>ContextMenuManager | Windows右键菜单管理程序</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta property="og:title" content="ContextMenuManager" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Windows右键菜单管理程序" />
<meta property="og:description" content="Windows右键菜单管理程序" />
<link rel="canonical" href="https://bluepointlilac.github.io/ContextMenuManager" />
<link rel="shortcut icon" href="https://raw.githubusercontent.com/BluePointLilac/ContextMenuManager/master/ContextMenuManager/Properties/AppIcon.ico" type="image/x-icon" />
<meta property="og:url" content="https://bluepointlilac.github.io/ContextMenuManager" />
<meta property="og:site_name" content="ContextMenuManager" />
<script type="application/ld+json">
{"@type":"WebSite","headline":"ContextMenuManager","url":"https://bluepointlilac.github.io/ContextMenuManager","description":"Windows右键菜单管理程序","name":"ContextMenuManager","@context":"https://schema.org"}
</script>
<!-- End Jekyll SEO tag -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link rel="stylesheet" href="/ContextMenuManager/assets/css/style.css?v=821a910de850fbcc4966ff88c8e54e669636dc30">
</head>
<body>
<section class="page-header">
<h1 class="project-name">ContextMenuManager</h1>
<h2 class="project-tagline">一个纯粹的Windows右键菜单管理程序</h2>
<a href="https://github.com/BluePointLilac/ContextMenuManager" class="btn">GitHub主页</a>
<a href="https://gitee.com/BluePointLilac/ContextMenuManager" class="btn">Gitee主页</a>
<a href="https://github.com/BluePointLilac/ContextMenuManager/releases/latest" class="btn">下载最新版</a>
</section>
<section class="main-content">
<p>
<img src="https://img.shields.io/github/stars/BluePointLilac/ContextMenuManager.svg"/>
<img src="https://img.shields.io/github/forks/BluePointLilac/ContextMenuManager.svg"/>
<img src="https://img.shields.io/github/issues/BluePointLilac/ContextMenuManager.svg"/>
<img src="https://img.shields.io/github/license/BluePointLilac/ContextMenuManager.svg"/>
<img src="https://img.shields.io/github/languages/top/BluePointLilac/ContextMenuManager.svg"/>
<img src="https://img.shields.io/github/release/BluePointLilac/ContextMenuManager.svg"/>
<img src="https://img.shields.io/github/downloads/BluePointLilac/ContextMenuManager/total.svg"/>
</p>
<h2 id="主要功能">主要功能</h2>
<ul>
<li>启用或禁用文件、文件夹、新建、发送到、打开方式、自定义文件格式、IE浏览器、WinX等右键菜单项目</li>
<li>对上述场景右键菜单项目进行修改名称、修改图标、导航注册表位置、导航文件位置、永久删除等操作</li>
<li>对上述场景右键菜单自定义添加项目,自定义菜单命令</li>
</ul>
<h2 id="兼容性能">兼容性能</h2>
<ul>
<li>适用于Win7、8、8.1、10、Vista</li>
<li>适用于 x64、x32 CPU 操作系统</li>
<li>适用于高分屏最佳显示缩放比为150%</li>
<li>程序支持国际化多语言显示,欢迎为此程序制作语言字典</li>
</ul>
<h2 id="运行截图">运行截图</h2>
<p><img src="https://raw.githubusercontent.com/BluePointLilac/ContextMenuManager/master/Screenshot/Screenshot.png"/></p>
</section>
</body>
</html>