Chaufr
Chaufr is the web's launcher. It lets you navigate the web by words rather than URLs.
Chaufr란 무엇입니까?
Chaufr은(는) Sinchan Banerjee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chaufr is the web's launcher. It lets you navigate the web by words rather than URLs."입니다.
확장 프로그램 스크린샷
Chaufr 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chaufr 2.0: Rebuilt from the ground up using the latest in web technology. Chaufr can handle everything: - Say "Bruce Wayne" and Chaufr will take you to the Wikipedia Batman Article. - Say "The Dark Knight reviews" and Chaufr will pull up Rotten Tomatoes. - Say "Amazon headphones" and Chaufr will search Amazon. - Say "Google batman" and Chaufr will search Google. - Say "______" and Chaufr will open it. Start Chaufr: - Press ALT+SHIFT+S. - Or click the Chaufr Circle button on the top right corner. Use Chaufr: - Start speaking and describe where you want to go. - Or type where you want to go and press enter. You need a microphone and an internet connection to use this extension. Email any bug reports or feature suggestions to [email protected] http://about.me/chaufr
확장 프로그램 기본 정보
이름 | |
ID | glamaiibdeepedcgjdkhdbnmacpfkgje |
공식 URL | https://chrome.google.com/webstore/detail/chaufr/glamaiibdeepedcgjdkhdbnmacpfkgje |
설명 | Chaufr is the web's launcher. It lets you navigate the web by words rather than URLs. |
파일 크기 | 81.75 KB |
설치 횟수 | 160 |
현재 버전 | 2.0.3 |
최근 업데이트 | 2017-03-24 |
출시 날짜 | 2017-03-24 |
평점 | 4.58/5 총 98 개의 평점 |
개발자 | Sinchan Banerjee |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://about.me/chaufr |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chaufr", "version": "2.0.3", "description": "Chaufr is the web's launcher. It lets you navigate the web by words rather than URLs.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "25", "permissions": [ "webRequest", "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "persistent": true, "scripts": [ "background.js" ] }, "commands": { "chaufr": { "suggested_key": { "default": "Alt+Shift+S" }, "description": "Open Chaufr Search" } }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Chaufr - Click to Search" }, "manifest_version": 2 } |