Discord Notebook

Save Discord messages and view them later

Discord Notebook란 무엇입니까?

Discord Notebook은(는) Discord Notebook에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save Discord messages and view them later"입니다.

확장 프로그램 스크린샷

screenshot

Discord Notebook 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
}