DokuWiki Toolbox
Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web
Was ist DokuWiki Toolbox?
DokuWiki Toolbox ist eine Chrome-Erweiterung, die von https://www.dokuwiki.org entwickelt wurde, und ihr Hauptmerkmal ist "Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web".
Erweiterungsscreenshots
DokuWiki Toolbox-Erweiterungs-CRX-Datei herunterladen
Laden Sie DokuWiki Toolbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | DokuWiki Toolbox |
ID | ipfidnedfockcnklpkmbcinjfpfgbbin |
Offizielle URL | https://chromewebstore.google.com/detail/dokuwiki-toolbox/ipfidnedfockcnklpkmbcinjfpfgbbin |
Beschreibung | Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web |
Dateigröße | 26.38 KB |
Installationsanzahl | 174 |
Aktuelle Version | 2017.3.18 |
Letztes Update | 2017-03-18 |
Veröffentlichungsdatum | 2017-03-18 |
Entwickler | https://www.dokuwiki.org |
Zahlungsart | free |
Erweiterungswebsite | https://www.dokuwiki.org/plugin:toolbox |
Unterstützte Sprachen | 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" } } |