github-php-function-jumper icon indicating copy to clipboard operation
github-php-function-jumper copied to clipboard

📖 Jump to the PHP Manual from the php functions and classes on your GitHub source codes and discussion

What is this?

This Chrome Extension allows you to jump to the PHP Manual from php functions and classes on your GitHub source codes and discussion.

Chrome Web Store

You can download here!

  • https://chrome.google.com/webstore/detail/github-php-function-jumpe/pmgmgaejgbjiooiklinoelilmnldlhcf

Supported services

  • GitHub
  • Gists
  • GitHub for Enterprise

Customize

You can choose theme

  • White

  • Dark

Popup

  • You can understand which was effected elements.

Setting

  • You can set details options on extension setting screen.

How to use on the GitHub for Enterprise?

  1. You need to clone this repository.
git clone [email protected]:memory-agape/github-php-function-jumper.git
  1. Change manifest.json

Before:

...
"content_scripts": [
    {
      "matches": [
        "https://github.com/*",
        "https://gist.github.com/*"
      ],
...

To:

...
"content_scripts": [
    {
      "matches": [
        "<all_urls>",
      ],
...
  1. Access to chrome://extesions

  2. Enable to developer mode on the Google Chrome.

  3. Click the Load unpacked button, and choose cloned directory.

  4. You can use on the GitHub for Enterprise now!

Demo

License

MIT