DokuWiki Toolbox
Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web
Cos'è DokuWiki Toolbox?
DokuWiki Toolbox è un'estensione di Chrome sviluppata da https://www.dokuwiki.org, e la sua funzione principale è "Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DokuWiki Toolbox
Scarica i file di estensione DokuWiki Toolbox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | DokuWiki Toolbox |
ID | ipfidnedfockcnklpkmbcinjfpfgbbin |
URL Ufficiale | https://chromewebstore.google.com/detail/dokuwiki-toolbox/ipfidnedfockcnklpkmbcinjfpfgbbin |
Descrizione | Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web |
Dimensione del File | 26.38 KB |
Conteggio Installazioni | 174 |
Versione Corrente | 2017.3.18 |
Ultimo Aggiornamento | 2017-03-18 |
Data di Pubblicazione | 2017-03-18 |
Sviluppatore | https://www.dokuwiki.org |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.dokuwiki.org/plugin:toolbox |
Lingue Supportate | 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" } } |