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
Eメール [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:\/\/*\/*"
    ]
}