iRead4u

Reads (text to speech) the currently highlighted text on the screen (current tab)

iRead4u란 무엇입니까?

iRead4u은(는) deep4788에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reads (text to speech) the currently highlighted text on the screen (current tab)"입니다.

확장 프로그램 스크린샷

screenshot

iRead4u 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Reads the currently highlighted text on the screen; converts highlighted text to speech.

Highlight the text you want to be read and do either of:
- Press [Alt+Shift+S] or
- Click on the extension's icon


Follow me on:
- Twitter: https://twitter.com/?lang=en
- GitHub: https://github.com/deep4788                    

확장 프로그램 기본 정보

이름 iRead4u iRead4u
ID pkmbaacpdcnaaeeddokcpdahdokceppb
공식 URL https://chromewebstore.google.com/detail/iread4u/pkmbaacpdcnaaeeddokcpdahdokceppb
설명 Reads (text to speech) the currently highlighted text on the screen (current tab)
파일 크기 214 KB
설치 횟수 1,000
현재 버전 1.5.0
최근 업데이트 2016-11-02
출시 날짜 2016-11-02
평점 2.00/5 총 12 개의 평점
개발자 deep4788
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iRead4u",
    "short_name": "iRead4u",
    "description": "Reads (text to speech) the currently highlighted text on the screen (current tab)",
    "version": "1.5.0",
    "manifest_version": 2,
    "author": "Deep Aggarwal ",
    "commands": {
        "read-highlighted": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Reads highlighted text on the screen (current tab)"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Read Highlighted Text"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    }
}