JET DevTools
Useful dev tools for JET developers
JET DevTools là gì?
JET DevTools là một tiện ích mở rộng Chrome được phát triển bởi http://wenlizhi.cn, và tính năng chính của nó là "Useful dev tools for JET developers".
Ả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 JET DevTools
Tải xuống các tệp mở rộng JET DevTools 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
Oracle JET is targeted at intermediate to advanced JavaScript developers working on client-side applications. It's a collection of open source JavaScript libraries along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible to build applications that consume and interact with Oracle products and services, especially Oracle Cloud services. The JET DevTools is used to have a quick debug for dev's daily. Guide: https://github.com/wenlz123/chromeextensions-jet-devtools#jet-devtools Source code: https://github.com/wenlz123/chromeextensions-jet-devtools
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jkknocakeppojnegclddfaccnmhdedpf |
URL Chính Thức | https://chrome.google.com/webstore/detail/jet-devtools/jkknocakeppojnegclddfaccnmhdedpf |
Mô tả | Useful dev tools for JET developers |
Kích Thước Tệp | 745 KB |
Số Lần Cài Đặt | 113 |
Phiên Bản Hiện Tại | 0.3.0 |
Cập Nhật Lần Cuối | 2018-05-22 |
Ngày Phát Hành | 2018-05-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://wenlizhi.cn |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://wenlizhi.cn |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JET DevTools", "version": "0.3.0", "description": "Useful dev tools for JET developers", "icons": { "16": "img\/jet_16.png", "48": "img\/jet_48.png", "128": "img\/jet_128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "manifest_version": 2, "web_accessible_resources": [ "img\/jet_48.png", "pages\/devtools-background.html" ], "devtools_page": "pages\/devtools-background.html" } |