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 |
| Eメール | [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\/*"
]
}
]
} | |