Better Codex
Replaces all WordPress Trac links with Github references.
Better Codex là gì?
Better Codex là một tiện ích mở rộng Chrome được phát triển bởi valudigital, và tính năng chính của nó là "Replaces all WordPress Trac links with Github references.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better Codex
Tải xuống các tệp mở rộng Better Codex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This plugin replaces all WordPress Trac source links with Github references in the function reference section.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | egognnchgehajkhbhagjddlkojgdnljc |
URL Chính Thức | https://chrome.google.com/webstore/detail/better-codex/egognnchgehajkhbhagjddlkojgdnljc |
Mô tả | Replaces all WordPress Trac links with Github references. |
Kích Thước Tệp | 57.26 KB |
Số Lần Cài Đặt | 83 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-08-25 |
Ngày Phát Hành | 2015-08-25 |
Nhà Phát Triển | valudigital |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |