DokuWiki Toolbox
Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web
Qu'est-ce que DokuWiki Toolbox ?
DokuWiki Toolbox est une extension Chrome développée par https://www.dokuwiki.org, et sa fonction principale est "Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DokuWiki Toolbox
Téléchargez les fichiers d'extension DokuWiki Toolbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | DokuWiki Toolbox |
ID | ipfidnedfockcnklpkmbcinjfpfgbbin |
URL Officiel | https://chromewebstore.google.com/detail/dokuwiki-toolbox/ipfidnedfockcnklpkmbcinjfpfgbbin |
Description | Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web |
Taille du Fichier | 26.38 KB |
Nombre d'Installations | 174 |
Version Actuelle | 2017.3.18 |
Dernière Mise à Jour | 2017-03-18 |
Date de Publication | 2017-03-18 |
Développeur | https://www.dokuwiki.org |
Type de Paiement | free |
Site Web de l'Extension | https://www.dokuwiki.org/plugin:toolbox |
Langues Prises en Charge | 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" } } |