Unclap for Medium
Un-Clapping an article should be as simple as a click
什么是Unclap for Medium?
Unclap for Medium是由AppMaze.in开发的Chrome扩展程序,该扩展的主要功能是“Un-Clapping an article should be as simple as a click”。
扩展截图
下载Unclap for Medium扩展crx文件
下载Unclap for Medium扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Using Unclap, you can easily undo your applause on any Medium article. All you need to do, is to simply press "Shift + U" to Unclap
Feedback or Queries : [email protected]
Website : https://appmaze.in
Twitter : https://twitter.com/AppMazeOfficial
Discord : https://discord.gg/3fUX3ebC8Y 扩展基本信息
| 名称 | |
| ID | daoomneimadcpoaegfdmalpifnokgpog |
| 官方URL | https://chromewebstore.google.com/detail/unclap-for-medium/daoomneimadcpoaegfdmalpifnokgpog |
| 简介 | Un-Clapping an article should be as simple as a click |
| 文件大小 | 47.74 KB |
| 安装次数 | 67 |
| 当前版本 | 2.0.0 |
| 更新时间 | 2022-03-16 |
| 上架时间 | 2019-12-09 |
| 评分 | 1.67/5 共6次评分 |
| 开发者 | AppMaze.in |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://appmaze.in |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Unclap for Medium",
"short_name": "Unclap",
"description": "Un-Clapping an article should be as simple as a click",
"version": "2.0.0",
"icons": {
"128": "assets\/icon-128.png",
"48": "assets\/icon-48.png",
"16": "assets\/icon-16.png"
},
"content_scripts": [
{
"js": [
"js\/unclap.js",
"js\/jquery-3.4.1.min.js"
],
"matches": [
"https:\/\/medium.com\/*"
]
}
]
} | |