Better Codex

Replaces all WordPress Trac links with Github references.

Что такое Better Codex?

Better Codex - это расширение Chrome, разработанное valudigital, и его основная функция - "Replaces all WordPress Trac links with Github references.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Better Codex

Скачайте файлы расширений 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"
    }
}