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文件

下載DokuWiki Toolbox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}