Discord Easy Share Free
Let you share your current tab url with the discord chat previously configured.
Discord Easy Share Free란 무엇입니까?
Discord Easy Share Free은(는) AIMX Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let you share your current tab url with the discord chat previously configured."입니다.
확장 프로그램 스크린샷
Discord Easy Share Free 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows you to share your current tab page with a previously configured Discord chat, just with a right click! To configure it, you need to enter in the configuration of the extension and then paste the webhook URL of the desired chat. To create a webhook for a chat and get its URL ask its admin to follow these steps: https://support.discordapp.com/hc/en-us/articles/228383668?page=2 This is a free version to try its primary element, check the paid one which have more features and if you like it buy it to support the project. New features will be added to the paid version, if it grows more this version would be updated with more features! This is a project made in my free time to be used in private, it is published for people who would see it useful. Also, my first language is not english, so please do not hesitate in communicate any text errors. Contact info: [email protected] Please be as clear as possible, helps a lot.
확장 프로그램 기본 정보
이름 | Discord Easy Share Free |
ID | ckfejipjdkdjicjgecdgdacnomelbhii |
공식 URL | https://chromewebstore.google.com/detail/discord-easy-share-free/ckfejipjdkdjicjgecdgdacnomelbhii |
설명 | Let you share your current tab url with the discord chat previously configured. |
파일 크기 | 307 KB |
설치 횟수 | 1,095 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2017-01-02 |
출시 날짜 | 2017-01-02 |
평점 | 3.80/5 총 5 개의 평점 |
개발자 | AIMX Software |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Discord Easy Share Free", "short_name": "DscrdShareFree", "description": "Let you share your current tab url with the discord chat previously configured.", "version": "1.1.1", "minimum_chrome_version": "38", "options_page": "options.html", "permissions": [ "contextMenus", "tabs", "storage" ], "icons": { "16": "assets\/share-discord-icon-16.png", "48": "assets\/share-discord-icon-48.png", "128": "assets\/share-discord-icon-128.png" }, "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |