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" ] } ] } |