babelbar

Chrome TTS.

What is babelbar?

babelbar is a Chrome extension developed by https://babelbar.com, and its main feature is "Chrome TTS.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download babelbar Extension CRX File

Download babelbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name babelbar babelbar
ID bmiedopcajpcehbbfglefijfmmndcaoa
Official URL https://chromewebstore.google.com/detail/babelbar/bmiedopcajpcehbbfglefijfmmndcaoa
Description Chrome TTS.
File Size 31.27 KB
Installation Count 112
Current Version 1.3
Last Updated 2013-04-10
Publish Date 2013-04-10
Rating 4.25/5 Total 8 Ratings
Developer https://babelbar.com
Payment Type free
Supported Languages 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"
}