Pericles: Text to Speech Screen Reader

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

Pericles: Text to Speech Screen Reader là gì?

Pericles: Text to Speech Screen Reader là một tiện ích mở rộng Chrome được phát triển bởi https://getpericles.com, và tính năng chính của nó là "Speech synthesis redesigned. Listen to emails, documents & websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pericles: Text to Speech Screen Reader

Tải xuống các tệp mở rộng Pericles: Text to Speech Screen Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pericles: Text to Speech Screen Reader Pericles: Text to Speech Screen Reader
ID oacindbdmlbdeidohafnfocfckkhjlbg
URL Chính Thức https://chromewebstore.google.com/detail/pericles-text-to-speech-s/oacindbdmlbdeidohafnfocfckkhjlbg
Mô tả Speech synthesis redesigned. Listen to emails, documents & websites.
Kích Thước Tệp 463 KB
Số Lần Cài Đặt 35,695
Phiên Bản Hiện Tại 2.2.13
Cập Nhật Lần Cuối 2023-08-18
Ngày Phát Hành 2020-06-18
Đánh Giá 4.02/5 Tổng số 129 Đánh Giá
Nhà Phát Triển https://getpericles.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getpericles.com/
URL Trang Trợ Giúp https://getpericles.com/features
URL Trang Chính Sách Bảo Mật https://getpericles.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}