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.

WordPress.org Plugins SVN Linkとは何ですか?

WordPress.org Plugins SVN LinkはEvan Solomonによって開発されたChromeの拡張機能で、その主な機能は「On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.」です。

拡張機能のスクリーンショット

screenshot

WordPress.org Plugins SVN Link拡張機能のCRXファイルをダウンロード

WordPress.org Plugins SVN Link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 WordPress.org Plugins SVN Link WordPress.org Plugins SVN Link
ID nfhpbeacfmdhhlhmolfcdlknnmalnled
公式URL https://chromewebstore.google.com/detail/wordpressorg-plugins-svn/nfhpbeacfmdhhlhmolfcdlknnmalnled
説明 On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.
ファイルサイズ 47.98 KB
インストール数 902
現在のバージョン 1.2.5
最終更新日 2017-04-02
公開日 2017-04-02
評価 4.50/5 合計 12 レビュー
開発者 Evan Solomon
支払い方法 free
拡張機能のウェブサイト http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/
ヘルプページのURL http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/
対応言語 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"
            ]
        }
    ]
}