Out Loud Extension

Read your writing out loud

Τι είναι το Out Loud Extension;

Το Out Loud Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TreesWithLeaves, και η κύρια λειτουργία του είναι "Read your writing out loud".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Out Loud Extension

Λήψη αρχείων επέκτασης Out Loud Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Important Info:
Out Loud is a paid, premium, text to speech service designed to improve your writing.  You can try our service using one of our free offers accessible through our Alexa Skill or iOS companion app (see links below). 

Out Loud improves your writing using some of the most advanced, realistic, text to speech services around.

Our custom mobile text editor ui and Chrome extension are designed to help you listen while you work - select any phrase, sentence, paragraph or page within a document and listen to your improvements, edit, then listen again.

Like someone sitting next to you reading your work back to you, the act of listening can sometimes help gain perspective on just about any type of writing.

Out Loud helps you
 - find more typos.
 - identify awkward phrasing.
 - improve your word choices.
 - be more concise.
 - brainstorm new ideas.

Out Loud Platform
 - Mobile Device - using our Out Loud Companion app 
 - Desktop & Laptop - using our Out Loud Chrome extension
 - Alexa Speaker - using our Out Loud Skill (linked below)
------------------
Platform Links
------------------
iOS App - Signup Required
https://apps.apple.com/us/app/out-loud-companion/id1387883572

Alexa Skill
https://www.amazon.com/TreesWithLeaves-LLC-Out-Loud/dp/B07RT3CCZK

Chrome Extension
https://chrome.google.com/webstore/detail/out-loud-extension/iniaggcnlkggcbbeikgkjffgcjpaeccg

------------------
Important Document Storage Info
------------------

Out Loud stores your documents on your device. There is no syncing between devices like, for instance, Apples Notes app. Accounts are not used to store or transfer your documents they are used to facilitate and administer the transformation of text into speech on your hand held and Alexa devices.


------------------
Optional Requirements
------------------
To hear this service on your Alexa device please enable Out Loud and link using your Out Loud account.


------------------
Terms & Policies
------------------

Privacy Policy
https://www.treeswithleaves.com/olprivacypolicy

Terms of Use
https://www.treeswithleaves.com/oltermsofuse                    

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

Όνομα Out Loud Extension Out Loud Extension
ID iniaggcnlkggcbbeikgkjffgcjpaeccg
Επίσημο URL https://chromewebstore.google.com/detail/out-loud-extension/iniaggcnlkggcbbeikgkjffgcjpaeccg
Περιγραφή Read your writing out loud
Μέγεθος Αρχείου 1.16 MB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 1.1.9
Τελευταία Ενημέρωση 2020-02-22
Ημερομηνία Δημοσίευσης 2020-02-22
Αξιολόγηση 2.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής TreesWithLeaves
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://treeswithleaves.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://treeswithleaves.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Out Loud Extension",
    "author": "TreesWithLeaves",
    "short_name": "Out Loud",
    "version": "1.1.9",
    "description": "Read your writing out loud",
    "permissions": [
        "identity",
        "clipboardRead",
        "contextMenus",
        "https:\/\/*.execute-api.us-east-1.amazonaws.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "assets\/logoOutLoud_48.png",
        "default_popup": "index.html",
        "default_title": "Out Loud Extension"
    },
    "icons": {
        "16": "assets\/logoOutLoud_16.png",
        "48": "assets\/logoOutLoud_48.png",
        "128": "assets\/logoOutLoud.png"
    },
    "background": {
        "scripts": [
            "assets\/jquery.min.js",
            "backgroundPage.js"
        ],
        "persistent": false
    }
}