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.
Wat is WordPress.org Plugins SVN Link?
WordPress.org Plugins SVN Link is een Chrome-extensie ontwikkeld door Evan Solomon, en de belangrijkste functie is "On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.".
Extensie Screenshots
Download het CRX-bestand van de extensie WordPress.org Plugins SVN Link
Download WordPress.org Plugins SVN Link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WordPress.org Plugins SVN Link |
ID | nfhpbeacfmdhhlhmolfcdlknnmalnled |
Officiële URL | https://chromewebstore.google.com/detail/wordpressorg-plugins-svn/nfhpbeacfmdhhlhmolfcdlknnmalnled |
Beschrijving | On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button. |
Bestandsgrootte | 47.98 KB |
Aantal Installaties | 902 |
Huidige Versie | 1.2.5 |
Laatst Bijgewerkt | 2017-04-02 |
Publicatiedatum | 2017-04-02 |
Beoordeling | 4.50/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Evan Solomon |
Betalingswijze | free |
Extensiewebsite | http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/ |
Help Pagina-URL | http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/ |
Ondersteunde Talen | 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" ] } ] } |