Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

Grobel - Send Screenshots to Discordとは何ですか?

Grobel - Send Screenshots to DiscordはgrobelDevによって開発されたChromeの拡張機能で、その主な機能は「Send Screenshots to Discord with a Single Button!」です。

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

screenshot
screenshot
screenshot

Grobel - Send Screenshots to Discord拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Grobel is a simple one-click method for sharing websites + screenshots to Discord.

It features whitelist and blacklist functionality, so you can be selective about what you share.

As well as an 'Auto-Grobel' feature, so you can automatically track personalized histories with screenshot context.

The extension comes with a grand total of 40 webhooks.                    

拡張機能の基本情報

名前 Grobel - Send Screenshots to Discord Grobel - Send Screenshots to Discord
ID eeobebgelloiljapehlibobeapgmoanl
公式URL https://chromewebstore.google.com/detail/grobel-send-screenshots-t/eeobebgelloiljapehlibobeapgmoanl
説明 Send Screenshots to Discord with a Single Button!
ファイルサイズ 16.66 MB
インストール数 126
現在のバージョン 1.0.5
最終更新日 2020-02-29
公開日 2020-02-29
評価 4.00/5 合計 1 レビュー
開発者 grobelDev
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grobel - Send Screenshots to Discord",
    "version": "1.0.5",
    "description": "Send Screenshots to Discord with a Single Button!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "storage"
    ],
    "icons": {
        "128": "iconImages\/icon_grobel_128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "iconImages\/icon_grobel_128.png"
        }
    }
}