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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evan Solomon และคุณลักษณะหลักของมันคือ "On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordPress.org Plugins SVN Link

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}