Best WordPress Tools
Different tools useful for WordPress developers and users
什么是Best WordPress Tools?
Best WordPress Tools是由https://tabernawp.com开发的Chrome扩展程序,该扩展的主要功能是“Different tools useful for WordPress developers and users”。
扩展截图
下载Best WordPress Tools扩展crx文件
下载Best WordPress Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Set of WordPress tools, urls and other options of interest for WordPress users and developers.
This extension has eight sections with several subsections and a lot of utils, forms and links. 扩展基本信息
| 名称 | |
| ID | miepkfdpkfdnfefoobohbfdenldodpfi |
| 官方URL | https://chromewebstore.google.com/detail/best-wordpress-tools/miepkfdpkfdnfefoobohbfdenldodpfi |
| 简介 | Different tools useful for WordPress developers and users |
| 文件大小 | 183 KB |
| 安装次数 | 438 |
| 当前版本 | 1.0.6 |
| 更新时间 | 2023-10-18 |
| 上架时间 | 2019-11-20 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://tabernawp.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://tabernawp.com/politica-de-privacidad |
| 支持的语言 | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"version": "1.0.6",
"default_locale": "en",
"icons": {
"128": "img\/best-wp-tools-128.png",
"48": "img\/best-wp-tools-48.png",
"32": "img\/best-wp-tools-32.png",
"16": "img\/best-wp-tools-16.png"
},
"action": {
"default_popup": "html\/home.html",
"default_icon": {
"128": "img\/best-wp-tools-128.png",
"48": "img\/best-wp-tools-48.png",
"32": "img\/best-wp-tools-32.png",
"16": "img\/best-wp-tools-16.png"
}
},
"permissions": [
"activeTab"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+W"
}
}
}
} | |