Better Codex

Replaces all WordPress Trac links with Github references.

What is Better Codex?

Better Codex is a Chrome extension developed by valudigital, and its main feature is "Replaces all WordPress Trac links with Github references.".

Extension Screenshots

screenshot

Download Better Codex Extension CRX File

Download Better Codex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This plugin replaces all WordPress Trac source links with Github references in the function reference section.                    

Extension Basic Information

Name Better Codex Better Codex
ID egognnchgehajkhbhagjddlkojgdnljc
Official URL https://chrome.google.com/webstore/detail/better-codex/egognnchgehajkhbhagjddlkojgdnljc
Description Replaces all WordPress Trac links with Github references.
File Size 57.26 KB
Installation Count 83
Current Version 1.0
Last Updated 2015-08-25
Publish Date 2015-08-25
Developer valudigital
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Codex",
    "description": "Replaces all WordPress Trac links with Github references.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/codex.wordpress.org\/Function_Reference\/*"
            ],
            "js": [
                "jquery.min.js",
                "bettercodex.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}