Gmail Pop Out Reply Default

Automatically opens the Pop Out Reply when clicking Reply, that's it.

Gmail Pop Out Reply Defaultとは何ですか?

Gmail Pop Out Reply Defaultはetnik29によって開発されたChromeの拡張機能で、その主な機能は「Automatically opens the Pop Out Reply when clicking Reply, that's it.」です。

拡張機能のスクリーンショット

screenshot

Gmail Pop Out Reply Default拡張機能のCRXファイルをダウンロード

Gmail Pop Out Reply Default拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        In Gmail:

Opens the Pop Out Reply when clicking Reply.


No information is collected.                    

拡張機能の基本情報

名前 Gmail Pop Out Reply Default Gmail Pop Out Reply Default
ID ogngkhlopjdkmfldjnhdinibcaffdnik
公式URL https://chromewebstore.google.com/detail/gmail-pop-out-reply-defau/ogngkhlopjdkmfldjnhdinibcaffdnik
説明 Automatically opens the Pop Out Reply when clicking Reply, that's it.
ファイルサイズ 76.83 KB
インストール数 94
現在のバージョン 2.0.0
最終更新日 2023-06-18
公開日 2023-06-18
評価 3.00/5 合計 2 レビュー
開発者 etnik29
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gmail Pop Out Reply Default",
    "description": "Automatically opens the Pop Out Reply when clicking Reply, that's it.",
    "version": "2.0.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icons.png",
            "48": "icons\/icons.png",
            "128": "icons\/icons.png"
        },
        "default_title": "Gmail Pop Out Reply Default"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icons.png",
        "48": "icons\/icons.png",
        "128": "icons\/icons.png"
    },
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ]
}