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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | lbdhpgcbimhhoofgjkananoohccnoglh |
官方網址 | 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" ] } |