github-php-function-jumper
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?
- You need to clone this repository.
git clone [email protected]:memory-agape/github-php-function-jumper.git
- Change manifest.json
Before:
...
"content_scripts": [
{
"matches": [
"https://github.com/*",
"https://gist.github.com/*"
],
...
To:
...
"content_scripts": [
{
"matches": [
"<all_urls>",
],
...
-
Access to
chrome://extesions -
Enable to developer mode on the Google Chrome.

-
Click the
Load unpackedbutton, and choose cloned directory. -
You can use on the GitHub for Enterprise now!
Demo
License
MIT