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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DokuWiki Toolbox
قم بتنزيل ملفات الامتداد DokuWiki Toolbox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } } |