TasteWP: Free WordPress Instances

Spin up free WordPress instances for testing themes, plugins, or just playing around with WordPress!

TasteWP: Free WordPress Instances là gì?

TasteWP: Free WordPress Instances là một tiện ích mở rộng Chrome được phát triển bởi https://tastewp.com, và tính năng chính của nó là "Spin up free WordPress instances for testing themes, plugins, or just playing around with WordPress!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TasteWP: Free WordPress Instances

Tải xuống các tệp mở rộng TasteWP: Free WordPress Instances 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

                        Use this extension to: 

- Quickly spot if a site is using WordPress or not
- See which plugins & themes a site is using
- Try out the used plugins & themes with one click

Also, when you're on the plugin or theme page in the WordPress directory (e.g. https://wordpress.org/plugins/akismet), you'll see a new option to spin up a WordPress instance with that plugin or theme already installed. 

You can also use this extension to quickly spin up a WordPress site for playing around, similarly as you can do directly on https://tastewp.com.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TasteWP: Free WordPress Instances TasteWP: Free WordPress Instances
ID gndcbndejfodldbldgjlbceailbadmni
URL Chính Thức https://chromewebstore.google.com/detail/tastewp-free-wordpress-in/gndcbndejfodldbldgjlbceailbadmni
Mô tả Spin up free WordPress instances for testing themes, plugins, or just playing around with WordPress!
Kích Thước Tệp 71.48 KB
Số Lần Cài Đặt 3,071
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-01-23
Ngày Phát Hành 2022-12-26
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://tastewp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tastewp.com
URL Trang Chính Sách Bảo Mật https://inisev.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Spin up free WordPress instances for testing themes, plugins, or just playing around with WordPress!",
    "version": "0.0.3",
    "name": "TasteWP: Free WordPress Instances",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "TasteWP Popup"
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.bundle.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo.svg",
                "images\/background.svg",
                "images\/background-450.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}