DiscordKit - discord chat exporter
Discord Chat Exporter is a Chrome extension developed by the DiscordKit team to help users export and save their Discord chat…
DiscordKit - discord chat exporter란 무엇입니까?
DiscordKit - discord chat exporter은(는) https://discordkit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discord Chat Exporter is a Chrome extension developed by the DiscordKit team to help users export and save their Discord chat…"입니다.
확장 프로그램 스크린샷
DiscordKit - discord chat exporter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Discord Chat Exporter is a Chrome extension developed by the DiscordKit team to help users export and save their Discord chat logs. It supports exporting in multiple formats, including JSON, CSV, TXT, HTML DARK, and HTML LIGHT. With this extension, users can easily export their Discord chat logs to the desired format. -FEATURES Export Discord chat logs Supports multiple formats including JSON, CSV, TXT, HTML DARK, and HTML LIGHT -HOW TO USE Install the extension Open Discord and navigate to the channel or DM conversation you want to export chat logs from Click the extension icon on the top right corner, select the format you want to export in, and click "Export" -IS IT FREE? Yes, Discord Chat Exporter is free to use. You can get basic functionality and upgrade to get more features.
확장 프로그램 기본 정보
이름 | DiscordKit - discord chat exporter |
ID | nelhngppldhijmnpickkgniepoifbpon |
공식 URL | https://chromewebstore.google.com/detail/discordkit-discord-chat-e/nelhngppldhijmnpickkgniepoifbpon |
설명 | Discord Chat Exporter is a Chrome extension developed by the DiscordKit team to help users export and save their Discord chat… |
파일 크기 | 461 KB |
설치 횟수 | 35 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2024-01-23 |
출시 날짜 | 2023-07-10 |
평점 | 2.00/5 총 4 개의 평점 |
개발자 | https://discordkit.com |
이메일 | [email protected] |
결제 유형 | in_app |
개인정보 보호 정책 페이지 URL | http://discordkit.com/2024/01/20/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DiscordKit - discord chat exporter", "description": "", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "img\/logo16.png", "32": "img\/logo34.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo128.png" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-bf4986ff.885941d0.js" ], "matches": [ "http:\/\/discordkit.com\/*", "https:\/\/discordkit.com\/*" ] } ], "permissions": [ "scripting", "activeTab", "storage" ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/logo16.png", "img\/logo34.png", "img\/logo48.png", "img\/logo128.png" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/discordkit.com\/*", "https:\/\/discordkit.com\/*" ], "resources": [ "assets\/chunk-bf4986ff.js" ], "use_dynamic_url": true } ] } |