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.
Co je WordPress.org Plugins SVN Link?
WordPress.org Plugins SVN Link je rozšíření Chrome vyvinuté Evan Solomon, a jeho hlavní funkcí je „On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WordPress.org Plugins SVN Link
Stáhněte si soubory rozšíření WordPress.org Plugins SVN Link ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | WordPress.org Plugins SVN Link |
ID | nfhpbeacfmdhhlhmolfcdlknnmalnled |
Oficiální URL | https://chromewebstore.google.com/detail/wordpressorg-plugins-svn/nfhpbeacfmdhhlhmolfcdlknnmalnled |
Popis | On WordPress plugins pages, show a button linking to the plugin's SVN repo under the .zip file download button. |
Velikost souboru | 47.98 KB |
Počet instalací | 902 |
Aktuální Verze | 1.2.5 |
Poslední Aktualizace | 2017-04-02 |
Datum Vydání | 2017-04-02 |
Hodnocení | 4.50/5 Celkem 12 Hodnocení |
Vývojář | Evan Solomon |
Typ Platby | free |
Webové stránky Rozšíření | http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/ |
URL Stránky Nápovědy | http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/ |
Podporované Jazyky | 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" ] } ] } |