TalkDeck
Read TweetDeck out loud!
TalkDeck란 무엇입니까?
TalkDeck은(는) _patanpatan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read TweetDeck out loud!"입니다.
확장 프로그램 스크린샷
TalkDeck 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Chrome extension that will read the Home tab from TweetDeck for you. You just need to have https://tweetdeck.twitter.com/ Demo!: https://www.youtube.com/watch?v=hefECTAqfsg ___________________ Version 16: - Play from a Tweet details Version 15: - Now with a section on Tweetdeck settings to define Voices, Volume and Speed! Version 14: - Fix problems after Tweetdeck upgrade Version 13: - Now available on Search Columns! Version 11: - Enable/Disable Talkdeck on each tab
확장 프로그램 기본 정보
이름 | |
ID | opchaehgojjfapbbofjlbjidhnpgagpk |
공식 URL | https://chrome.google.com/webstore/detail/talkdeck/opchaehgojjfapbbofjlbjidhnpgagpk |
설명 | Read TweetDeck out loud! |
파일 크기 | 101 KB |
설치 횟수 | 65 |
현재 버전 | 16 |
최근 업데이트 | 2020-08-03 |
출시 날짜 | 2020-03-11 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | _patanpatan |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/hbazan/talkdeck/ |
도움말 페이지 URL | https://github.com/hbazan/talkdeck/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/talkdeck.js" ], "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "converted_from_user_script": true, "description": "Read TweetDeck out loud!", "name": "TalkDeck", "version": "16" } |