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.

Apa itu WordPress.org Plugins SVN Link?

WordPress.org Plugins SVN Link adalah ekstensi Chrome yang dikembangkan oleh Evan Solomon, dan fitur utamanya adalah "On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WordPress.org Plugins SVN Link

Unduh file ekstensi WordPress.org Plugins SVN Link dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WordPress.org Plugins SVN Link WordPress.org Plugins SVN Link
ID nfhpbeacfmdhhlhmolfcdlknnmalnled
URL Resmi https://chromewebstore.google.com/detail/wordpressorg-plugins-svn/nfhpbeacfmdhhlhmolfcdlknnmalnled
Deskripsi On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.
Ukuran File 47.98 KB
Jumlah Instalasi 902
Versi Saat Ini 1.2.5
Terakhir Diperbarui 2017-04-02
Tanggal Publikasi 2017-04-02
Penilaian 4.50/5 Total 12 Penilaian
Pengembang Evan Solomon
Tipe Pembayaran free
Situs Ekstensi http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/
URL Halaman Bantuan http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/
Bahasa yang Didukung 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"
            ]
        }
    ]
}