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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speech synthesis redesigned. Listen to emails, documents & websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pericles: Text to Speech Screen Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}