PHP Search
Adds support to the omnibox to search the PHP reference docs.
PHP Search là gì?
PHP Search là một tiện ích mở rộng Chrome được phát triển bởi xeno.be, và tính năng chính của nó là "Adds support to the omnibox to search the PHP reference docs.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PHP Search
Tải xuống các tệp mở rộng PHP Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mfpdmlochkjkogiihgjlnlagdigapnfn |
URL Chính Thức | https://chrome.google.com/webstore/detail/php-search/mfpdmlochkjkogiihgjlnlagdigapnfn |
Mô tả | Adds support to the omnibox to search the PHP reference docs. |
Kích Thước Tệp | 112 KB |
Số Lần Cài Đặt | 286 |
Phiên Bản Hiện Tại | 3.0.1 |
Cập Nhật Lần Cuối | 2015-10-09 |
Ngày Phát Hành | 2015-10-09 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | xeno.be |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |