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文件
下載PHP Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |