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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" ] } |