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.”。
擴展截圖
下載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 |
ID | nfhpbeacfmdhhlhmolfcdlknnmalnled |
官方網址 | 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" ] } ] } |