DokuWiki Toolbox
Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web
Vad är DokuWiki Toolbox?
DokuWiki Toolbox är en Chrome-tillägg utvecklad av https://www.dokuwiki.org, och dess huvudfunktion är "Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web".
Tilläggsskärmbilder
Ladda ner DokuWiki Toolbox-förlängningens CRX-fil
Ladda ner DokuWiki Toolbox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | DokuWiki Toolbox |
ID | ipfidnedfockcnklpkmbcinjfpfgbbin |
Officiell webbadress | https://chromewebstore.google.com/detail/dokuwiki-toolbox/ipfidnedfockcnklpkmbcinjfpfgbbin |
Beskrivning | Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web |
Filstorlek | 26.38 KB |
Antal Installationer | 174 |
Aktuell Version | 2017.3.18 |
Senast Uppdaterad | 2017-03-18 |
Publiceringsdatum | 2017-03-18 |
Utvecklare | https://www.dokuwiki.org |
Betalningssätt | free |
Tilläggswebbplats | https://www.dokuwiki.org/plugin:toolbox |
Stödda Språk | 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" } } |