Troubadour - web reader

Instantly read aloud web content with text-to-speech. Watch and listen.

Troubadour - web reader क्या है?

Troubadour - web reader https://troubadour.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly read aloud web content with text-to-speech. Watch and listen."।

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

screenshot
screenshot

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

crx प्रारूप में Troubadour - web reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Listen to the current web-page article with one click, using text to speech (TTS). Troubadour is intended for anyone who prefers to listen rather than to read. It works on a variety of websites, including news sites, blogs, fan fiction, and many more.

By installing the extension, you agree to Troubadour's Terms and Conditions (https://troubadour.ai/legal/) and acknowledge that you have read Troubadour's Privacy Policy (https://troubadour.ai/privacy/)                    

एक्सटेंशन की मूल जानकारी

नाम Troubadour - web reader Troubadour - web reader
ID mojkclddjbciilajchadljngchlgfapp
आधिकारिक URL https://chromewebstore.google.com/detail/troubadour-web-reader/mojkclddjbciilajchadljngchlgfapp
विवरण Instantly read aloud web content with text-to-speech. Watch and listen.
फ़ाइल का आकार 2.81 MB
स्थापना संख्या 337
वर्तमान संस्करण 1.9.0
अंतिम अपडेट 2022-01-21
प्रकाशन तिथि 2021-02-24
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर https://troubadour.ai
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://troubadour.ai/
सहायता पृष्ठ URL https://troubadour.ai/privacy
गोपनीयता नीति पृष्ठ URL https://www.troubadour.ai/privacy
समर्थित भाषाएँ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Troubadour - web reader",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.9.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/speaker-on_16.png",
        "48": "icons\/speaker-on_48.png",
        "128": "icons\/speaker-on_128.png"
    },
    "permissions": [
        "storage",
        "tts",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "icons\/speaker-on_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "widget.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/troubadour.ai\/*",
            "http:\/\/127.0.0.1:8000\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "widget.html",
                "lang.json",
                "playback.html",
                "popup.html",
                "icons\/speaker-on_128.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "gmmlllglkamkhhabeedldmickphfifhp",
                "mojkclddjbciilajchadljngchlgfapp"
            ]
        }
    ],
    "commands": {
        "play-pause": {
            "suggested_key": {
                "windows": "Ctrl+Shift+P",
                "mac": "Command+Shift+P",
                "chromeos": "Ctrl+Shift+P",
                "linux": "Ctrl+Shift+P"
            },
            "description": "Play\/pause"
        },
        "backward": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Left",
                "mac": "Command+Shift+Left",
                "chromeos": "Ctrl+Shift+Left",
                "linux": "Ctrl+Shift+Left"
            },
            "description": "Backward"
        },
        "forward": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Right",
                "mac": "Command+Shift+Right",
                "chromeos": "Ctrl+Shift+Right",
                "linux": "Ctrl+Shift+Right"
            },
            "description": "Forward"
        },
        "stop": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            },
            "description": "Stop"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}