Add "Mark All Read" button to GMail
Allows you to mark all messages as read with one click.
Add "Mark All Read" button to GMailとは何ですか?
Add "Mark All Read" button to GMailはpressbinによって開発されたChromeの拡張機能で、その主な機能は「Allows you to mark all messages as read with one click.」です。
拡張機能のスクリーンショット
Add "Mark All Read" button to GMail拡張機能のCRXファイルをダウンロード
Add "Mark All Read" button to GMail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The button allows you to change every visible message with an "unread" status to "read" status.
拡張機能の基本情報
名前 | Add "Mark All Read" button to GMail |
ID | mhgahabpbdjldmonmfgehfhjmgjedjkc |
公式URL | https://chromewebstore.google.com/detail/add-mark-all-read-button/mhgahabpbdjldmonmfgehfhjmgjedjkc |
説明 | Allows you to mark all messages as read with one click. |
ファイルサイズ | 4.38 KB |
インストール数 | 672 |
現在のバージョン | 1.3 |
最終更新日 | 2022-07-01 |
公開日 | 2015-01-06 |
評価 | 3.00/5 合計 14 レビュー |
開発者 | pressbin |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "https:\/\/mail.google.com\/mail*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Allows you to mark all messages as read with one click.", "name": "Add \"Mark All Read\" button to GMail", "version": "1.3" } |