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 là gì?

WordPress.org Plugins SVN Link là một tiện ích mở rộng Chrome được phát triển bởi Evan Solomon, và tính năng chính của nó là "On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WordPress.org Plugins SVN Link

Tải xuống các tệp mở rộng WordPress.org Plugins SVN Link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WordPress.org Plugins SVN Link WordPress.org Plugins SVN Link
ID nfhpbeacfmdhhlhmolfcdlknnmalnled
URL Chính Thức https://chromewebstore.google.com/detail/wordpressorg-plugins-svn/nfhpbeacfmdhhlhmolfcdlknnmalnled
Mô tả On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.
Kích Thước Tệp 47.98 KB
Số Lần Cài Đặt 902
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2017-04-02
Ngày Phát Hành 2017-04-02
Đánh Giá 4.50/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Evan Solomon
Loại Thanh Toán free
Trang Web Mở Rộng http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/
URL Trang Trợ Giúp http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}