PHP Search

Adds support to the omnibox to search the PHP reference docs.

Τι είναι το PHP Search;

Το PHP Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον xeno.be, και η κύρια λειτουργία του είναι "Adds support to the omnibox to search the PHP reference docs.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης PHP Search

Λήψη αρχείων επέκτασης 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PHP Search PHP Search
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"
}