Best WordPress Tools

Different tools useful for WordPress developers and users

Was ist Best WordPress Tools?

Best WordPress Tools ist eine Chrome-Erweiterung, die von https://tabernawp.com entwickelt wurde, und ihr Hauptmerkmal ist "Different tools useful for WordPress developers and users".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Best WordPress Tools-Erweiterungs-CRX-Datei herunterladen

Laden Sie Best WordPress Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Set of WordPress tools, urls and other options of interest for WordPress users and developers.

This extension has eight sections with several subsections and a lot of utils, forms and links.                    

Grundlegende Informationen zur Erweiterung

Name Best WordPress Tools Best WordPress Tools
ID miepkfdpkfdnfefoobohbfdenldodpfi
Offizielle URL https://chromewebstore.google.com/detail/best-wordpress-tools/miepkfdpkfdnfefoobohbfdenldodpfi
Beschreibung Different tools useful for WordPress developers and users
Dateigröße 183 KB
Installationsanzahl 438
Aktuelle Version 1.0.6
Letztes Update 2023-10-18
Veröffentlichungsdatum 2019-11-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://tabernawp.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://tabernawp.com/politica-de-privacidad
Unterstützte Sprachen en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.0.6",
    "default_locale": "en",
    "icons": {
        "128": "img\/best-wp-tools-128.png",
        "48": "img\/best-wp-tools-48.png",
        "32": "img\/best-wp-tools-32.png",
        "16": "img\/best-wp-tools-16.png"
    },
    "action": {
        "default_popup": "html\/home.html",
        "default_icon": {
            "128": "img\/best-wp-tools-128.png",
            "48": "img\/best-wp-tools-48.png",
            "32": "img\/best-wp-tools-32.png",
            "16": "img\/best-wp-tools-16.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    }
}