DokuWiki Toolbox

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

DokuWiki Toolboxคืออะไร?

DokuWiki Toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.dokuwiki.org และคุณลักษณะหลักของมันคือ "Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DokuWiki Toolbox

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}