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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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" ] } ] } |