SpeakUp: Let Your Voice Be Heard
A discussion forum for every webpage
SpeakUp: Let Your Voice Be Heard란 무엇입니까?
SpeakUp: Let Your Voice Be Heard은(는) speakupsoftware에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A discussion forum for every webpage"입니다.
확장 프로그램 스크린샷
SpeakUp: Let Your Voice Be Heard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SpeakUp is a browser extension that opens a sidebar containing a discussion forum where you can discuss and comment on the article you're reading. You can use SpeakUp on any web page, but particularly news articles, blog posts, and YouTube videos that don't have a comment section. Your comments will be seen by other readers, who will be able to upvote, reply, and recommend. To open the SpeakUp sidebar, click the red/blue bubble S icon on the browser extensions menu. To change extension settings, right click on the icon and select Options. SpeakUp uses Disqus comment thread software.
확장 프로그램 기본 정보
이름 | SpeakUp: Let Your Voice Be Heard |
ID | gpplhmkbkcpjkfegknjdfgjhpglemjml |
공식 URL | https://chromewebstore.google.com/detail/speakup-let-your-voice-be/gpplhmkbkcpjkfegknjdfgjhpglemjml |
설명 | A discussion forum for every webpage |
파일 크기 | 32.04 KB |
설치 횟수 | 172 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2020-08-03 |
출시 날짜 | 2020-07-28 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | speakupsoftware |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "short_name": "__MSG_extension_short_name__", "description": "__MSG_extension_description__", "version": "1.0.2", "default_locale": "en", "browser_action": { "default_icon": "img\/icon.png" }, "icons": { "128": "img\/icon.png" }, "permissions": [ "activeTab", "storage" ], "content_security_policy": "script-src 'self' https:\/\/speakup-extension.disqus.com; object-src 'self'", "web_accessible_resources": [ "web\/*" ], "background": { "scripts": [ "js\/utils.js", "js\/background.js" ], "persistent": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": false } } |