WordPress.org Plugins SVN Link

On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.

Was ist WordPress.org Plugins SVN Link?

WordPress.org Plugins SVN Link ist eine Chrome-Erweiterung, die von Evan Solomon entwickelt wurde, und ihr Hauptmerkmal ist "On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.".

Erweiterungsscreenshots

screenshot

WordPress.org Plugins SVN Link-Erweiterungs-CRX-Datei herunterladen

Laden Sie WordPress.org Plugins SVN Link-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

                        Simple Chrome extension that runs on WordPress plugins pages.  It will show a button linking to the plugin's SVN repo under the .zip file download button.

Now works with the new version of the WordPress.org plugin pages, which added a "Favorite" button to the plugin description area.                    

Grundlegende Informationen zur Erweiterung

Name WordPress.org Plugins SVN Link WordPress.org Plugins SVN Link
ID nfhpbeacfmdhhlhmolfcdlknnmalnled
Offizielle URL https://chromewebstore.google.com/detail/wordpressorg-plugins-svn/nfhpbeacfmdhhlhmolfcdlknnmalnled
Beschreibung On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.
Dateigröße 47.98 KB
Installationsanzahl 902
Aktuelle Version 1.2.5
Letztes Update 2017-04-02
Veröffentlichungsdatum 2017-04-02
Bewertung 4.50/5 Insgesamt 12 Bewertungen
Entwickler Evan Solomon
Zahlungsart free
Erweiterungswebsite http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/
Hilfeseite URL http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordPress.org Plugins SVN Link",
    "version": "1.2.5",
    "description": "On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.",
    "icons": {
        "16": "wp-blue-mini.png",
        "48": "wp-blue-small.png",
        "128": "wp-blue-large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/wordpress.org\/plugins\/*",
                "*:\/\/wordpress.org\/support\/plugin\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}