HearYe
This addon sends allows you to convert articles to audio.
HearYe란 무엇입니까?
HearYe은(는) http://hearye.rocks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This addon sends allows you to convert articles to audio."입니다.
확장 프로그램 스크린샷
HearYe 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Convert articles to audio! The HearYe mini-podcasting service allows you to bookmark any article on the web and have it converted to audio so you can listen to it at your convenience. This Chrome Addon makes it super-easy for you. Use it in one of three ways: 1) go to an article and click the HearYe button, 2) right-click on an article page and click 'Add to HearYe', 3) Alt+any URL.
확장 프로그램 기본 정보
이름 | |
ID | ljfdgimhlhjnnedhpnpbhpkooeocmibk |
공식 URL | https://chrome.google.com/webstore/detail/hearye/ljfdgimhlhjnnedhpnpbhpkooeocmibk |
설명 | This addon sends allows you to convert articles to audio. |
파일 크기 | 200 KB |
설치 횟수 | 13 |
현재 버전 | 0.0.8 |
최근 업데이트 | 2019-01-13 |
출시 날짜 | 2019-01-13 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | http://hearye.rocks |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://hearye.rocks |
지원되는 언어 | en |
manifest.json | |
{ "default_locale": "en", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/jquery.min.js", "js\/translate.js", "js\/background.js", "js\/notify.js" ] }, "content_scripts": [ { "js": [ "js\/content.js" ], "css": [ "css\/bounce.css" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle" } ], "browser_action": { "default_title": "img\/icon128.png" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "name": "__MSG_name__", "short_name": "__MSG_shortname__", "description": "__MSG_description__", "options_page": "option.html", "author": "Paul Lin and Georgiy Velchev and Peter Smith", "permissions": [ "tabs", "activeTab", "notifications", "storage", "downloads", "contextMenus", "*:\/\/*\/*" ], "version": "0.0.8", "manifest_version": 2, "web_accessible_resources": [ "js\/content.js", "css\/bounce.css" ] } |