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.
Vad är WordPress.org Plugins SVN Link?
WordPress.org Plugins SVN Link är en Chrome-tillägg utvecklad av Evan Solomon, och dess huvudfunktion är "On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.".
Tilläggsskärmbilder
Ladda ner WordPress.org Plugins SVN Link-förlängningens CRX-fil
Ladda ner WordPress.org Plugins SVN Link-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | nfhpbeacfmdhhlhmolfcdlknnmalnled |
| Officiell webbadress | https://chromewebstore.google.com/detail/wordpressorg-plugins-svn/nfhpbeacfmdhhlhmolfcdlknnmalnled |
| Beskrivning | On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button. |
| Filstorlek | 47.98 KB |
| Antal Installationer | 902 |
| Aktuell Version | 1.2.5 |
| Senast Uppdaterad | 2017-04-02 |
| Publiceringsdatum | 2017-04-02 |
| Betyg | 4.50/5 Totalt 12 Betyg |
| Utvecklare | Evan Solomon |
| Betalningssätt | free |
| Tilläggswebbplats | http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/ |
| Hjälpsida URL | http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/ |
| Stödda Språk | 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"
]
}
]
} | |