babelbar

Chrome TTS.

Cos'è babelbar?

babelbar è un'estensione di Chrome sviluppata da https://babelbar.com, e la sua funzione principale è "Chrome TTS.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione babelbar

Scarica i file di estensione babelbar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Babelbar, the new way to read and hear web sites.

Babelbar has been specially designed to work with Facebook & Twitter & includes many abbreviations & emoticon symbols. 
It also translates in full audio & text so you can finally read those status updates, tweets & chats from friends you made in far away places. 
Works with any web site you visit so a great research and learning tool as well. Any slang words we haven't yet included, let us know at www.babelbar.com.                    

Informazioni di Base sull'Estensione

Nome babelbar babelbar
ID bmiedopcajpcehbbfglefijfmmndcaoa
URL Ufficiale https://chromewebstore.google.com/detail/babelbar/bmiedopcajpcehbbfglefijfmmndcaoa
Descrizione Chrome TTS.
Dimensione del File 31.27 KB
Conteggio Installazioni 112
Versione Corrente 1.3
Ultimo Aggiornamento 2013-04-10
Data di Pubblicazione 2013-04-10
Valutazione 4.25/5 Totale 8 Valutazioni
Sviluppatore https://babelbar.com
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "browser_action": {
        "default_icon": "images\/icon.jpg",
        "default_popup": "toolbar.html"
    },
    "web_accessible_resources": [
        "css\/reverse.css",
        "css\/blue.css",
        "css\/green.css",
        "css\/orange.css",
        "css\/red.css",
        "css\/simple.css",
        "css\/slate.css",
        "css\/soft.css",
        "css\/violet.css",
        "css\/yellow.css",
        "css\/font0.css",
        "css\/font1.css",
        "css\/font2.css",
        "css\/font3.css",
        "css\/toolbarblack.css",
        "css\/toolbar-blue.css",
        "css\/toolbar-grey.css",
        "css\/toolbar-dark-grey.css"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Chrome TTS.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "babelbar",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "DomUtil.js",
                "Translate.js",
                "TTSApp.js",
                "VisualApp.js",
                "messagehandler.js"
            ],
            "css": [
                "css\/page.css"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.3"
}