Best WordPress Tools
Different tools useful for WordPress developers and users
Best WordPress Tools là gì?
Best WordPress Tools là một tiện ích mở rộng Chrome được phát triển bởi https://tabernawp.com, và tính năng chính của nó là "Different tools useful for WordPress developers and users".
Ả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 Best WordPress Tools
Tải xuống các tệp mở rộng Best WordPress Tools 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Best WordPress Tools |
ID | miepkfdpkfdnfefoobohbfdenldodpfi |
URL Chính Thức | https://chromewebstore.google.com/detail/best-wordpress-tools/miepkfdpkfdnfefoobohbfdenldodpfi |
Mô tả | Different tools useful for WordPress developers and users |
Kích Thước Tệp | 183 KB |
Số Lần Cài Đặt | 438 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2023-10-18 |
Ngày Phát Hành | 2019-11-20 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://tabernawp.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://tabernawp.com/politica-de-privacidad |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |