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"
    }
}