DokuWiki Toolbox
Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web
DokuWiki Toolbox là gì?
DokuWiki Toolbox là một tiện ích mở rộng Chrome được phát triển bởi https://www.dokuwiki.org, và tính năng chính của nó là "Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DokuWiki Toolbox
Tải xuống các tệp mở rộng DokuWiki Toolbox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DokuWiki Toolbox |
ID | ipfidnedfockcnklpkmbcinjfpfgbbin |
URL Chính Thức | https://chromewebstore.google.com/detail/dokuwiki-toolbox/ipfidnedfockcnklpkmbcinjfpfgbbin |
Mô tả | Load the DokuWiki Toolbox plugin on any DokuWiki installation on the web |
Kích Thước Tệp | 26.38 KB |
Số Lần Cài Đặt | 174 |
Phiên Bản Hiện Tại | 2017.3.18 |
Cập Nhật Lần Cuối | 2017-03-18 |
Ngày Phát Hành | 2017-03-18 |
Nhà Phát Triển | https://www.dokuwiki.org |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.dokuwiki.org/plugin:toolbox |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |