DokuWiki Toolbox

Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web

O que é DokuWiki Toolbox?

DokuWiki Toolbox é uma extensão do Chrome desenvolvida por https://www.dokuwiki.org, e sua principal característica é "Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DokuWiki Toolbox

Baixe arquivos de extensão DokuWiki Toolbox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This plugin allows you to use the DokuWiki Toolbox plugin on DokuWiki installations where the plugin was not installed by the site's administrator. This allows power users to use it's functionality even when the administrator does not want it to be available to all users.

The Toolbox plugin provides the following features:

* indent and unindent selected text
* sort selected text
* count words and characters
* use find and replace in the DokuWiki editor                    

Informações Básicas da Extensão

Nome DokuWiki Toolbox DokuWiki Toolbox
ID ipfidnedfockcnklpkmbcinjfpfgbbin
URL Oficial https://chromewebstore.google.com/detail/dokuwiki-toolbox/ipfidnedfockcnklpkmbcinjfpfgbbin
Descrição Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web
Tamanho do Arquivo 26.38 KB
Contagem de Instalações 174
Versão Atual 2017.3.18
Última Atualização 2017-03-18
Data de Publicação 2017-03-18
Desenvolvedor https://www.dokuwiki.org
Tipo de Pagamento free
Site da Extensão https://www.dokuwiki.org/plugin:toolbox
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DokuWiki Toolbox",
    "short_name": "DW Toolbox",
    "version": "2017.3.18",
    "description": "Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web",
    "author": "Andreas Gohr",
    "homepage_url": "https:\/\/www.dokuwiki.org\/plugin:toolbox",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*?do=edit",
                "http:\/\/*\/*?do=edit"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}