WP Hive | A Better WordPress Plugin Repo

Show plugin report in WordPress.ORG

WP Hive | A Better WordPress Plugin Repoคืออะไร?

WP Hive | A Better WordPress Plugin Repo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wphive.com และคุณลักษณะหลักของมันคือ "Show plugin report in WordPress.ORG"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WP Hive | A Better WordPress Plugin Repo

ดาวน์โหลดไฟล์ส่วนขยาย WP Hive | A Better WordPress Plugin Repo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The WP Hive Chrome Extension is another revolutionary step for WordPress users, right from Chrome itself.

Have you ever wondered how much impact a plugin has on your WordPress website? WP Hive’s Plugin testing tool automatically tests a plugin and gives you better insights. Easily discover new plugins or the popular ones with relevant filters. Even compare plugins like you do for phones.

Get useful metrics such as impact on memory usage & pagespeed, PHP errors, warning or notices, Javascript issues, PHP 7.4 compatibility, latest WordPress 5.5 version compatibility, database footprint, activation error, resource errors - right from your WordPress.org page.

WP Hive automatically tests all WordPress plugins to get useful metrics and shows them inside the WordPress.org plugin pages. You can also compare a plugin with another plugin from WP Hive and get a detailed insight of the plugin.

The extension also offers an option to redirect to WP Hive plugin page for a particular plugin. Sure, WordPress repository is great, but WP Hive makes it even better with better insights & adding more value to users.


The privacy policy can be found here: wphive.com/privacy-policy/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WP Hive | A Better WordPress Plugin Repo WP Hive | A Better WordPress Plugin Repo
ID hbbcblcogociooaeodndcimehhchadka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wp-hive-a-better-wordpres/hbbcblcogociooaeodndcimehhchadka
คำอธิบาย Show plugin report in WordPress.ORG
ขนาดไฟล์ 57.3 KB
จำนวนการติดตั้ง 13,817
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-03-14
วันที่เผยแพร่ 2020-09-06
คะแนน 4.33/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา https://wphive.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wphive.com
URL หน้าช่วยเหลือ https://wphive.com/contact/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WP Hive | A Better WordPress Plugin Repo",
    "version": "1.0.2",
    "description": "Show plugin report in WordPress.ORG",
    "manifest_version": 2,
    "icons": {
        "16": "images\/hive-icon-16.png",
        "48": "images\/hive-icon-48.png",
        "128": "images\/hive-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wordpress.org\/plugins\/*"
            ],
            "css": [
                "css\/plugins-content-style.css"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/plugins-content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}