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.

Cos'è WordPress.org Plugins SVN Link?

WordPress.org Plugins SVN Link è un'estensione di Chrome sviluppata da Evan Solomon, e la sua funzione principale è "On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WordPress.org Plugins SVN Link

Scarica i file di estensione WordPress.org Plugins SVN Link in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WordPress.org Plugins SVN Link WordPress.org Plugins SVN Link
ID nfhpbeacfmdhhlhmolfcdlknnmalnled
URL Ufficiale https://chromewebstore.google.com/detail/wordpressorg-plugins-svn/nfhpbeacfmdhhlhmolfcdlknnmalnled
Descrizione On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.
Dimensione del File 47.98 KB
Conteggio Installazioni 902
Versione Corrente 1.2.5
Ultimo Aggiornamento 2017-04-02
Data di Pubblicazione 2017-04-02
Valutazione 4.50/5 Totale 12 Valutazioni
Sviluppatore Evan Solomon
Tipo di Pagamento free
Sito Web dell'Estensione http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/
URL della Pagina di Aiuto http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/
Lingue Supportate 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"
            ]
        }
    ]
}