ModClear
Clears notifications on click
ModClearとは何ですか?
ModClearはJonLucaによって開発されたChromeの拡張機能で、その主な機能は「Clears notifications on click」です。
拡張機能のスクリーンショット
ModClear拡張機能のCRXファイルをダウンロード
ModClear拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides a quick way to archive all messages quickly on the new reddit modmail, both for notifications and conversations!
拡張機能の基本情報
名前 | ModClear |
ID | gpcmcddkhaninomigjcgabkogknhblbm |
公式URL | https://chromewebstore.google.com/detail/modclear/gpcmcddkhaninomigjcgabkogknhblbm |
説明 | Clears notifications on click |
ファイルサイズ | 84.55 KB |
インストール数 | 29 |
現在のバージョン | 1.3 |
最終更新日 | 2017-06-25 |
公開日 | 2017-06-25 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | JonLuca |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jonluca/ModClear |
プライバシーポリシーページのURL | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ModClear", "description": "Clears notifications on click", "version": "1.3", "background": { "scripts": [ "js\/jquery-2.1.1.min.js", "js\/background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/mod.reddit.com\/*", "https:\/\/mod.reddit.com\/*" ], "js": [ "js\/jquery-2.1.1.min.js", "content_script.js" ] } ], "icons": { "64": "images\/icon64.png", "32": "images\/icon32.png", "128": "images\/icon128.png" }, "page_action": { "default_title": "ModClear", "default_icon": "images\/hover.png" }, "homepage_url": "https:\/\/github.com\/jonluca\/ModClear\/", "web_accessible_resources": [ "js\/jquery-2.1.1.min.js", "images\/*" ] } |