这个Chrome扩展允许您从GitHub的源代码和讨论中出的PHP函数和类跳转到PHP手册

这个Chrome扩展允许您从GitHub的源代码和讨论中出的PHP函数和类跳转到PHP手册

PHP 其它杂项

访问GitHub主页

共33Star

详细介绍

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!

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 git@github.com: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.

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

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

Demo

License

MIT