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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" ] } ] } |