Grobel - Send Screenshots to Discord

Send Screenshots to Discord with a Single Button!

Grobel - Send Screenshots to Discordคืออะไร?

Grobel - Send Screenshots to Discord เป็นส่วนขยายของ Chrome ที่พัฒนาโดย grobelDev และคุณลักษณะหลักของมันคือ "Send Screenshots to Discord with a Single Button!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grobel - Send Screenshots to Discord

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    }
}