Better Codex

Replaces all WordPress Trac links with Github references.

什么是Better Codex?

Better Codex是由valudigital开发的Chrome扩展程序,该扩展的主要功能是“Replaces all WordPress Trac links with Github references.”。

扩展截图

screenshot

下载Better Codex扩展crx文件

下载Better Codex扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Better Codex Better Codex
ID egognnchgehajkhbhagjddlkojgdnljc
官方URL https://chrome.google.com/webstore/detail/better-codex/egognnchgehajkhbhagjddlkojgdnljc
简介 Replaces all WordPress Trac links with Github references.
文件大小 57.26 KB
安装次数 83
当前版本 1.0
更新时间 2015-08-25
上架时间 2015-08-25
开发者 valudigital
付费类型 free
支持的语言 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"
    }
}