TasteWP: Free WordPress Instances

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

什么是TasteWP: Free WordPress Instances?

TasteWP: Free WordPress Instances是由https://tastewp.com开发的Chrome扩展程序,该扩展的主要功能是“Spin up free WordPress instances for testing themes, plugins, or just playing around with WordPress!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载TasteWP: Free WordPress Instances扩展crx文件

下载TasteWP: Free WordPress Instances扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 TasteWP: Free WordPress Instances TasteWP: Free WordPress Instances
ID gndcbndejfodldbldgjlbceailbadmni
官方URL https://chromewebstore.google.com/detail/tastewp-free-wordpress-in/gndcbndejfodldbldgjlbceailbadmni
简介 Spin up free WordPress instances for testing themes, plugins, or just playing around with WordPress!
文件大小 71.48 KB
安装次数 3,071
当前版本 0.0.3
更新时间 2023-01-23
上架时间 2022-12-26
评分 5.00/5 共7次评分
开发者 https://tastewp.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tastewp.com
隐私政策页面URL https://inisev.com/privacy
支持的语言 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:\/\/*\/*"
    ]
}