Better Codex

Replaces all WordPress Trac links with Github references.

Co je Better Codex?

Better Codex je rozšíření Chrome vyvinuté valudigital, a jeho hlavní funkcí je „Replaces all WordPress Trac links with Github references.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Better Codex

Stáhněte si soubory rozšíření Better Codex ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Better Codex Better Codex
ID egognnchgehajkhbhagjddlkojgdnljc
Oficiální URL https://chrome.google.com/webstore/detail/better-codex/egognnchgehajkhbhagjddlkojgdnljc
Popis Replaces all WordPress Trac links with Github references.
Velikost souboru 57.26 KB
Počet instalací 83
Aktuální Verze 1.0
Poslední Aktualizace 2015-08-25
Datum Vydání 2015-08-25
Vývojář valudigital
Typ Platby free
Podporované Jazyky 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"
    }
}