PHP Search
Adds support to the omnibox to search the PHP reference docs.
Was ist PHP Search?
PHP Search ist eine Chrome-Erweiterung, die von xeno.be entwickelt wurde, und ihr Hauptmerkmal ist "Adds support to the omnibox to search the PHP reference docs.".
Erweiterungsscreenshots
PHP Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie PHP Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | mfpdmlochkjkogiihgjlnlagdigapnfn |
Offizielle URL | https://chrome.google.com/webstore/detail/php-search/mfpdmlochkjkogiihgjlnlagdigapnfn |
Beschreibung | Adds support to the omnibox to search the PHP reference docs. |
Dateigröße | 112 KB |
Installationsanzahl | 286 |
Aktuelle Version | 3.0.1 |
Letztes Update | 2015-10-09 |
Veröffentlichungsdatum | 2015-10-09 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | xeno.be |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |