Message Counter for Gmail™

Shows the mail count of the conversation next to the scrollbar in Gmail™.

什麼是Message Counter for Gmail™?

Message Counter for Gmail™是由Jacob "kurtextrem" Groß開發的Chrome擴展程式,該擴展的主要功能是“Shows the mail count of the conversation next to the scrollbar in Gmail™.”。

擴展截圖

screenshot

下載Message Counter for Gmail™擴展crx文件

下載Message Counter for Gmail™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Adds the amount of mails of the currently viewed conversation next to the scrollbar in Gmail.


This extension is open-source: https://github.com/kurtextrem/Gmail-Mail-Counter


Icon by Abhishek Pipalva.                    

擴展基本資訊

名稱 Message Counter for Gmail™ Message Counter for Gmail™
ID cmdjfmokkblaapkclnhnefeokpkmkkkl
官方網址 https://chromewebstore.google.com/detail/message-counter-for-gmail/cmdjfmokkblaapkclnhnefeokpkmkkkl
簡介 Shows the mail count of the conversation next to the scrollbar in Gmail™.
檔案大小 7.09 KB
安裝次數 201
目前版本 1.3.4
更新時間 2023-12-03
上架時間 2018-05-17
開發者 Jacob "kurtextrem" Groß
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/kurtextrem/Gmail-Mail-Counter
說明頁面URL https://github.com/kurtextrem/Gmail-Mail-Counter/issues
隱私政策頁面URL https://www.kurtextrem.de/chrome/PRIVACY.html
支援的語言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.3.4",
    "manifest_version": 3,
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-128.png",
        "48": "img\/icon-128.png"
    },
    "author": "Jacob \u201ekurtextrem\" Gro\u00df",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "minimum_chrome_version": "88",
    "host_permissions": [
        "*:\/\/mail.google.com\/*"
    ]
}