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.

Hvad er WordPress.org Plugins SVN Link?

WordPress.org Plugins SVN Link er en Chrome-udvidelse udviklet af Evan Solomon, og dens hovedfunktion er "On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.".

Udvidelsesskærmbilleder

screenshot

Download WordPress.org Plugins SVN Link-udvidelses-CRX-fil

Download WordPress.org Plugins SVN Link-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn WordPress.org Plugins SVN Link WordPress.org Plugins SVN Link
ID nfhpbeacfmdhhlhmolfcdlknnmalnled
Officiel URL https://chromewebstore.google.com/detail/wordpressorg-plugins-svn/nfhpbeacfmdhhlhmolfcdlknnmalnled
Beskrivelse On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.
Filstørrelse 47.98 KB
Antal Installationer 902
Nuværende Version 1.2.5
Senest Opdateret 2017-04-02
Udgivelsesdato 2017-04-02
Bedømmelse 4.50/5 Samlet 12 Bedømmelser
Udvikler Evan Solomon
Betalingsmetode free
Udvidelseswebsted http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/
Hjælpeside-URL http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/
Understøttede Sprog 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"
            ]
        }
    ]
}