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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WordPress.org Plugins SVN Link एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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" ] } ] } |