BAMG!

This extension allows you to vocally navigate on web pages

BAMG!とは何ですか?

BAMG!はbamg.vnによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to vocally navigate on web pages」です。

拡張機能のスクリーンショット

screenshot

BAMG!拡張機能のCRXファイルをダウンロード

BAMG!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 BAMG! BAMG!
ID lbdhpgcbimhhoofgjkananoohccnoglh
公式URL https://chrome.google.com/webstore/detail/bamg/lbdhpgcbimhhoofgjkananoohccnoglh
説明 This extension allows you to vocally navigate on web pages
ファイルサイズ 68.18 KB
インストール数 65
現在のバージョン 1.0.2
最終更新日 2013-12-22
公開日 2013-12-22
評価 4.80/5 合計 5 レビュー
開発者 bamg.vn
支払い方法 free
拡張機能のウェブサイト http://mihaimv13.wix.com/bamg
対応言語 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"
    ]
}