PHP Search
Adds support to the omnibox to search the PHP reference docs.
PHP Search란 무엇입니까?
PHP Search은(는) xeno.be에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds support to the omnibox to search the PHP reference docs."입니다.
확장 프로그램 스크린샷
PHP Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use this omnibox plugin to directly search the online PHP help. Simply type 'php ' to start your search, then the name of whatever class you are looking for help with, to take you straight to the relevant page in the online documentation. This extension will try and find the mirror site nearest to you. You can change this site in the extensions options page: either through Chrome's extensions page or by typing 'php options' in the omnibox. Source from: https://github.com/mpress/developer-omniboxes-for-chrome
확장 프로그램 기본 정보
이름 | |
ID | mfpdmlochkjkogiihgjlnlagdigapnfn |
공식 URL | https://chrome.google.com/webstore/detail/php-search/mfpdmlochkjkogiihgjlnlagdigapnfn |
설명 | Adds support to the omnibox to search the PHP reference docs. |
파일 크기 | 112 KB |
설치 횟수 | 286 |
현재 버전 | 3.0.1 |
최근 업데이트 | 2015-10-09 |
출시 날짜 | 2015-10-09 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | xeno.be |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "PHP Search", "manifest_version": 2, "description": "Adds support to the omnibox to search the PHP reference docs.", "background": { "scripts": [ "String.js", "index.js", "getMirror.js", "background.js" ] }, "options_page": "options.html", "icons": { "128": "icons\/icon128.png", "32": "icons\/icon32.png", "16": "icons\/icon16.png" }, "omnibox": { "keyword": "php" }, "permissions": [ "tabs", "http:\/\/www.php.net\/" ], "version": "3.0.1" } |