DokuWiki Toolbox

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

DokuWiki Toolbox란 무엇입니까?

DokuWiki Toolbox은(는) https://www.dokuwiki.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web"입니다.

확장 프로그램 스크린샷

screenshot

DokuWiki Toolbox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 DokuWiki Toolbox DokuWiki Toolbox
ID ipfidnedfockcnklpkmbcinjfpfgbbin
공식 URL https://chromewebstore.google.com/detail/dokuwiki-toolbox/ipfidnedfockcnklpkmbcinjfpfgbbin
설명 Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web
파일 크기 26.38 KB
설치 횟수 174
현재 버전 2017.3.18
최근 업데이트 2017-03-18
출시 날짜 2017-03-18
개발자 https://www.dokuwiki.org
결제 유형 free
확장 프로그램 웹 사이트 https://www.dokuwiki.org/plugin:toolbox
지원되는 언어 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"
    }
}