Better Codex
Replaces all WordPress Trac links with Github references.
ما هو Better Codex؟
Better Codex هو إضافة Chrome تم تطويرها بواسطة valudigital، والميزة الرئيسية لها هي "Replaces all WordPress Trac links with Github references.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better Codex
قم بتنزيل ملفات الامتداد Better Codex بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This plugin replaces all WordPress Trac source links with Github references in the function reference section.
معلومات أساسية عن التمديد
الاسم | |
ID | egognnchgehajkhbhagjddlkojgdnljc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/better-codex/egognnchgehajkhbhagjddlkojgdnljc |
الوصف | Replaces all WordPress Trac links with Github references. |
حجم الملف | 57.26 KB |
عدد التثبيتات | 83 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-08-25 |
تاريخ النشر | 2015-08-25 |
المطور | valudigital |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Codex", "description": "Replaces all WordPress Trac links with Github references.", "version": "1.0", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/codex.wordpress.org\/Function_Reference\/*" ], "js": [ "jquery.min.js", "bettercodex.js" ] } ], "icons": { "128": "icon128.png" } } |