Pericles: Text to Speech Screen Reader

Speech synthesis redesigned. Listen to emails, documents & websites.

Pericles: Text to Speech Screen Reader란 무엇입니까?

Pericles: Text to Speech Screen Reader은(는) https://getpericles.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speech synthesis redesigned. Listen to emails, documents & websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pericles: Text to Speech Screen Reader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Whether you're visually impaired, dealing with eye strain, or just want to multitask better, Pericles is your perfect companion. Transform how you consume content – from the latest news to in-depth scientific articles. Dive into a world of audio with our diverse voice range on Mac, and a selection on Windows. And the best part? It's absolutely free! Now you can savor your meals or stay on top of chores, while Pericles narrates your digital world.

How to Amplify Your Reading Experience:

🎧 Instant Play:
Click on the Pericles icon and hit play. The tool will seamlessly read from the top, adjusting to your scrolling.

🎧 Custom Start:
Right-click where you'd like to begin and choose "read from here." Even if Pericles is already narrating, it'll smoothly transition to your chosen spot.

🎧 Selective Reading:
Highlight a specific text, right-click, and select "read selection." Pericles will focus solely on your chosen text without continuing further.

Embark on an immersive listening journey with Pericles today!                    

확장 프로그램 기본 정보

이름 Pericles: Text to Speech Screen Reader Pericles: Text to Speech Screen Reader
ID oacindbdmlbdeidohafnfocfckkhjlbg
공식 URL https://chromewebstore.google.com/detail/pericles-text-to-speech-s/oacindbdmlbdeidohafnfocfckkhjlbg
설명 Speech synthesis redesigned. Listen to emails, documents & websites.
파일 크기 463 KB
설치 횟수 35,695
현재 버전 2.2.13
최근 업데이트 2023-08-18
출시 날짜 2020-06-18
평점 4.02/5 총 129 개의 평점
개발자 https://getpericles.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getpericles.com/
도움말 페이지 URL https://getpericles.com/features
개인정보 보호 정책 페이지 URL https://getpericles.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pericles: Text to Speech Screen Reader",
    "version": "2.2.13",
    "description": "Speech synthesis redesigned. Listen to emails, documents & websites.",
    "homepage_url": "https:\/\/getpericles.com",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-vendors.49b595700303089b9862.js",
                "content-bundle.js"
            ],
            "runAt": "document_end",
            "all_frames": true
        },
        {
            "all_frames": true,
            "js": [
                "content-google-docs-inject.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "background": {
        "scripts": [
            "background-vendors.js",
            "background-bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon\/16-on.png",
            "32": "icon\/32-on.png",
            "96": "icon\/96-on.png",
            "128": "icon\/128-on.png"
        },
        "default_popup": "index.html",
        "default_title": "Pericles: Text to speech Screen Reader"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tts"
    ],
    "icons": {
        "16": "icon\/16-on.png",
        "32": "icon\/32-on.png",
        "96": "icon\/96-on.png",
        "128": "icon\/128-on.png"
    },
    "web_accessible_resources": [],
    "manifest_version": 2
}