Webpage Narrator - Community (Free) Version

Narrate text on a webpage

Τι είναι το Webpage Narrator - Community (Free) Version;

Το Webpage Narrator - Community (Free) Version είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dodzi A, και η κύρια λειτουργία του είναι "Narrate text on a webpage".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Webpage Narrator - Community (Free) Version

Λήψη αρχείων επέκτασης Webpage Narrator - Community (Free) Version σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension reads out the text content that is selected on a webpage or all the text content on the page if nothing is selected. 
This presents a hands-free option for individuals to peruse pages by having it dictated to them rather than having to read it themselves. 

You may want this option of listening rather than reading due to tired eyes or just your preference/convenience. For example, getting ready for work and want to read an article on the web while fixing breakfast? Navigate to the page click the extension icon, select the content want to read and hit the play button to have the extension read the contents out loud to you. 
Performing some chore while you want to read content on a webpage, this extension has you covered as well.

This extension has a UI with three buttons: the play button, the stop button and the theme toggle button that switches the theme from dark to light and vice-versa.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Webpage Narrator - Community (Free) Version Webpage Narrator - Community (Free) Version
ID cmcgilnacfcnkhmeaoinpalpiedbaclb
Επίσημο URL https://chromewebstore.google.com/detail/webpage-narrator-communit/cmcgilnacfcnkhmeaoinpalpiedbaclb
Περιγραφή Narrate text on a webpage
Μέγεθος Αρχείου 390 KB
Αριθμός Εγκαταστάσεων 732
Τρέχουσα Έκδοση 0.2.1
Τελευταία Ενημέρωση 2021-11-22
Ημερομηνία Δημοσίευσης 2021-11-21
Αξιολόγηση 4.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Dodzi A
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webpage Narrator - Community (Free) Version",
    "version": "0.2.1",
    "description": "Narrate text on a webpage",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon.png"
        }
    },
    "icons": {
        "32": "icon.png"
    },
    "author": "Dodzi A"
}