Gmail Button

A simple toolbar icon to open Gmail

什麼是Gmail Button?

Gmail Button是由Valtteri Laitinen開發的Chrome擴展程式,該擴展的主要功能是“A simple toolbar icon to open Gmail”。

擴展截圖

screenshot

下載Gmail Button擴展crx文件

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

擴展使用說明

                        (This extension is not affiliated with Google. “Gmail” is a trademark of Google LLC.)                    

擴展基本資訊

名稱 Gmail Button Gmail Button
ID afdienfgfeojjnmobgakodmkiebhfcap
官方網址 https://chromewebstore.google.com/detail/gmail-button/afdienfgfeojjnmobgakodmkiebhfcap
簡介 A simple toolbar icon to open Gmail
檔案大小 5.44 KB
安裝次數 5,228
目前版本 3.0.0
更新時間 2023-07-19
上架時間 2019-10-13
評分 3.80/5 共 5 次評分
開發者 Valtteri Laitinen
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/valtlai/gmail-button
說明頁面URL https://github.com/valtlai/gmail-button/discussions/categories/q-a
隱私政策頁面URL https://github.com/valtlai/gmail-button/blob/main/PRIVACY.md
支援的語言 en,fi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "name": "__MSG_name__",
    "version": "3.0.0",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_open__"
    }
}