PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. Admin
  4. 中文超级工具箱(China Super ToolS)
中文超级工具箱(China Super ToolS) icon

中文超级工具箱(China Super ToolS)

很多站长喜欢在主题的functions.php添加代码来扩充网站功能,本插件提供一个在线管理代码片段的功能。

By nocase·Admin·Free
00
·10 active installs·Updated 11 years ago
DownloadVisit HomepageCompare

As of April 2026, 中文超级工具箱(China Super ToolS) is a WordPress admin plugin with 10 active installations and a 0/5 rating0. It has been downloaded 2.4K+ times in total. Requires WordPress 3.5+ and PHP false+. Available on WordPress.org since 2015. Last updated 11 years ago — may have compatibility concerns. Top alternative: Redux Framework.

0/5Rating
10active installs
2.4K+total downloads
11 yearssince 2015

Overview

一款高效的可扩展功能的wordpress代码片段管理插件,用户可以将一些常用功能的代码片段保存为单独的一个php文件并放置到插件wp-content/plugins/wp-china-tools/lib/目录
在插件后台可以管理这些代码片段,并且插件会记录插件功能,时间长了用户也不会忘记自己加过什么代码。插件在载入用户 自定代码时会压缩代码合并所有代码并生成相关的集合文件,并以最高效的方式载入代码。

(例)添加自定义模块:
<?php
/*
Module Name: Google Fonts
Module Effect: 替换后台与登录界面的谷歌字体链接
Module Author: 维7维3
*/
function cst_replace_open_sans() {
wp_deregister_style(‘open-sans’);
wp_register_style( ‘open-sans’, ‘//fonts.useso.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600’ );
wp_enqueue_style( ‘open-sans’);
}
add_action( ‘init’, ‘cst_replace_open_sans’ );
将代码保存为php文件放置到wp-content/plugins/wp-china-tools/lib/目录,然后登录后台扫描并生成引用文件即可使用自定义模块了。

官方网站:www.v7v3.com

特色

  1. 记录代码片段功能
  2. 功能可扩展
  3. 高效的代码载入方式
  4. 可在线安装…
Read full description on WordPress.org

Ratings & Reviews

00 reviews
5 ★
0
4 ★
0
3 ★
0
2 ★
0
1 ★
0

Compatibility

WordPress3.5+ requiredTested up to 4.1.42
PHPfalse+ required

Top Alternatives to 中文超级工具箱(China Super ToolS)

Redux Framework icon
Redux Framework
4.41.0M+ installsUpdated 1 week ago
ViewCompare
Loginizer icon
Loginizer
4.81.0M+ installsUpdated 1 month ago
ViewCompare
LightStart &#8211; Maintenance Mode, Coming Soon and Landing Page Builder icon
LightStart – Maintenance Mode, Coming…
4.3500K+ installsUpdated 2 weeks ago
ViewCompare
Admin Menu Editor icon
Admin Menu Editor
4.6400K+ installsUpdated 1 month ago
ViewCompare
White Label CMS icon
White Label CMS
4.7200K+ installsUpdated 11 months ago
ViewCompare
View all admin plugins →

Frequently Asked Questions

Changelog

0.1 (2015-1-6)

完成插件制作,并且在多个线上网站进行测试

View full changelog on WordPress.org

Contributors

nocasenocase
Plugin Info
Version
2.0
Last Updated
Jan 10, 2015
WP Requires
3.5+
Tested Up To
4.1.42
PHP Requires
false+
Active Installs
10
Downloads
2.4K+
Added
Jan 9, 2015
Business
Free

Tags

adminfunctions.php后台代码管理

Developer

N
nocase
1 plugins0.0M+ total installs
View all plugins →

Quick Compare

中文超级工具箱(China Super ToolS) vs Redux Framework→中文超级工具箱(China Super ToolS) vs Loginizer→中文超级工具箱(China Super ToolS) vs LightStart – Maintenance Mode, Coming…→

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.