Discord Notebook

Save Discord messages and view them later

Discord Notebookคืออะไร?

Discord Notebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Discord Notebook และคุณลักษณะหลักของมันคือ "Save Discord messages and view them later"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discord Notebook

ดาวน์โหลดไฟล์ส่วนขยาย Discord Notebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Discord Notebook

**Important: Always update the extension to the latest version**

Discord Notebook, the extension lets you save Discord messages and view them later.

Features:
Save messages
View messages by Guild/Channel/User
Bookmark and delete messages
Export messages from Discord search to a file

To use the extension, log in to your favorite server and you will see the Discord Notebook icon at the toolbar next to the discord notifications icon.

Click on the icon and select "Select messages", then click on any message you want to save and you will see it marked as selected, click again on the message to unmark it.

Click on the icon again and select one of the saving options, after clicking on one of the saving options the extension will save your messages locally in your browser storage.

To view the messages click on the extension icon in your browser toolbar, this will open up the extension page with a nice user interface for you to view the messages.

Please send your feedback to [email protected] together with suggestions and features you would like to see in the future.

Happy Chatting!

Discord Notebook                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Discord Notebook Discord Notebook
ID jeeilfacglnffgflhgmciaegglekjlod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/discord-notebook/jeeilfacglnffgflhgmciaegglekjlod
คำอธิบาย Save Discord messages and view them later
ขนาดไฟล์ 3.1 MB
จำนวนการติดตั้ง 1,055
เวอร์ชันปัจจุบัน 0.0.26
อัปเดตครั้งล่าสุด 2023-03-04
วันที่เผยแพร่ 2020-05-18
คะแนน 4.33/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Discord Notebook
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Notebook",
    "short_name": "Discord Notebook",
    "version": "0.0.26",
    "author": "Asaf Aviv",
    "description": "Save Discord messages and view them later",
    "manifest_version": 2,
    "icons": {
        "128": "images\/book.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "downloads",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "128": "images\/book.png"
        }
    },
    "web_accessible_resources": [
        "scripts\/inject.js"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/w.soundcloud.com\/ https:\/\/www.youtube.com\/ https:\/\/platform.twitter.com\/; object-src 'self'; child-src https:\/\/w.soundcloud.com\/ https:\/\/www.youtube.com\/ https:\/\/platform.twitter.com\/"
}