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 |
官方網址 | 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 |
電子郵箱 | [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" } |