babelbar

Chrome TTS.

babelbarคืออะไร?

babelbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://babelbar.com และคุณลักษณะหลักของมันคือ "Chrome TTS."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย babelbar

ดาวน์โหลดไฟล์ส่วนขยาย babelbar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ babelbar babelbar
ID bmiedopcajpcehbbfglefijfmmndcaoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/babelbar/bmiedopcajpcehbbfglefijfmmndcaoa
คำอธิบาย Chrome TTS.
ขนาดไฟล์ 31.27 KB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2013-04-10
วันที่เผยแพร่ 2013-04-10
คะแนน 4.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://babelbar.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
}