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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |