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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tastewp.com, και η κύρια λειτουργία του είναι "Spin up free WordPress instances for testing themes, plugins, or just playing around with WordPress!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TasteWP: Free WordPress Instances

Λήψη αρχείων επέκτασης 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:\/\/*\/*"
    ]
}