PHP Function Lookup
Serch PHP Manual on the go!
PHP Function Lookup란 무엇입니까?
PHP Function Lookup은(는) Yuta Fujisawa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Serch PHP Manual on the go!"입니다.
확장 프로그램 스크린샷
PHP Function Lookup 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension allows you to look up a PHP function in the PHP Manual by right-clicking on highlighted text or typing a keyword in the popup window. Default language is set to English, but you can also change it to Japanese if you like. 調べたいPHP関数名を選択して右クリック、または検索窓に入力することでPHP Manualを気軽に検索できます。初期設定では英語のマニュアルを検索しますが、設定を変更することで日本語のマニュアルの検索が可能になります。 ===Version 0.9.2=== ・Autocomplete functionality has been added in addition to the suggest list. ・サジェスト機能に加えてアートコンプリート機能を追加
확장 프로그램 기본 정보
이름 | |
ID | onmlcibaplodkbicdokaalapnaknkmkk |
공식 URL | https://chrome.google.com/webstore/detail/php-function-lookup/onmlcibaplodkbicdokaalapnaknkmkk |
설명 | Serch PHP Manual on the go! |
파일 크기 | 745 KB |
설치 횟수 | 120 |
현재 버전 | 0.9.2 |
최근 업데이트 | 2017-09-30 |
출시 날짜 | 2017-09-30 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Yuta Fujisawa |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PHP Function Lookup", "version": "0.9.2", "description": "Serch PHP Manual on the go!", "background": { "scripts": [ "eventPage.js" ], "perssistent": false }, "permissions": [ "tabs", "contextMenus", "storage", "notifications" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" }, "options_page": "options.html" } |