babelbar

Chrome TTS.

Co je babelbar?

babelbar je rozšíření Chrome vyvinuté https://babelbar.com, a jeho hlavní funkcí je „Chrome TTS.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření babelbar

Stáhněte si soubory rozšíření babelbar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název babelbar babelbar
ID bmiedopcajpcehbbfglefijfmmndcaoa
Oficiální URL https://chromewebstore.google.com/detail/babelbar/bmiedopcajpcehbbfglefijfmmndcaoa
Popis Chrome TTS.
Velikost souboru 31.27 KB
Počet instalací 112
Aktuální Verze 1.3
Poslední Aktualizace 2013-04-10
Datum Vydání 2013-04-10
Hodnocení 4.25/5 Celkem 8 Hodnocení
Vývojář https://babelbar.com
Typ Platby free
Podporované Jazyky 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"
}