Better Codex

Replaces all WordPress Trac links with Github references.

Co to jest Better Codex?

Better Codex to rozszerzenie Chrome opracowane przez valudigital, a jego główną funkcją jest „Replaces all WordPress Trac links with Github references.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Better Codex

Pobierz pliki rozszerzeń Better Codex w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Better Codex Better Codex
ID egognnchgehajkhbhagjddlkojgdnljc
Oficjalny URL https://chrome.google.com/webstore/detail/better-codex/egognnchgehajkhbhagjddlkojgdnljc
Opis Replaces all WordPress Trac links with Github references.
Rozmiar pliku 57.26 KB
Liczba instalacji 83
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-08-25
Data Publikacji 2015-08-25
Deweloper valudigital
Typ Płatności free
Obsługiwane Języki 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"
    }
}