BAMG!

This extension allows you to vocally navigate on web pages

BAMG! là gì?

BAMG! là một tiện ích mở rộng Chrome được phát triển bởi bamg.vn, và tính năng chính của nó là "This extension allows you to vocally navigate on web pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BAMG!

Tải xuống các tệp mở rộng BAMG! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A descriptive tutorial can be found here: http://mihaimv13.wix.com/bamg
BAMG! is a chrome-extension that allows you to control your browser by only using your voice. So far, it is only usable on Facebook, but we will make it available on other social networks soon. Add this extension to your Chrome browser, by accessing chrome://extensions from your navigation bar. Let the fun begin, as you are randomly insulted with Game of Thrones paraphrased quotes. However, do not let thyself be fooled by this, as you are the boss. Simply state "down" or "up" and the application will scroll for you. Say "like" and you will instantly like the status/the photo of anyone. Other features that we have implemented include sending messages, viewing groups and profiles and so on.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BAMG! BAMG!
ID lbdhpgcbimhhoofgjkananoohccnoglh
URL Chính Thức https://chrome.google.com/webstore/detail/bamg/lbdhpgcbimhhoofgjkananoohccnoglh
Mô tả This extension allows you to vocally navigate on web pages
Kích Thước Tệp 68.18 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2013-12-22
Ngày Phát Hành 2013-12-22
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển bamg.vn
Loại Thanh Toán free
Trang Web Mở Rộng http://mihaimv13.wix.com/bamg
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BAMG!",
    "description": "This extension allows you to vocally navigate on web pages",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "logo_charcoal.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "jquery-1.10.2.min.map",
        "voiceRec.js",
        "jquery.js",
        "scrollto.js"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "voiceRec.js",
                "jquery.js",
                "scrollto.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}