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 |
| 官方網址 | 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"
}
}
}
} | |