minus.js
A whole host of JS shortcuts, for the DOM hacker.
minus.js là gì?
minus.js là một tiện ích mở rộng Chrome được phát triển bởi ryanpcmcquen, và tính năng chính của nó là "A whole host of JS shortcuts, for the DOM hacker.".
Tải xuống tệp CRX của tiện ích mở rộng minus.js
Tải xuống các tệp mở rộng minus.js 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
`minus` includes a whole host of shortcuts for JavaScript developers: m.d for document m.o for Object m.ap for Array.prototype m.eq or m.eqs for ELEMENT.querySelector m.eqa or m.eqsa for ELEMENT.querySelectorAll m.q or m.qs for document.querySelector m.qa or m.qsa for document.querySelectorAll m.ael for addEventListener m.oc for Object.create m.ok for Object.keys m.aspc for Array.prototype.slice.call m.qp for queryParent (taken from https://github.com/ryanpcmcquen/queryparent) m.qsi for querySibling (taken from https://github.com/ryanpcmcquen/querysibling) m.qsi.n is for querying the next sibling. m.qsi.p is for querying the previous sibling. Do `m.qs('body');` directly from your browser's console! Save time debugging your JS apps. If a global object named `m` already exists, `minus.js` will try for `mi` or `min` and then gracefully bow out. https://github.com/ryanpcmcquen/minus.js
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | minus.js |
ID | pchfdjinikokceoagjbhilpnoccabcag |
URL Chính Thức | https://chromewebstore.google.com/detail/minusjs/pchfdjinikokceoagjbhilpnoccabcag |
Mô tả | A whole host of JS shortcuts, for the DOM hacker. |
Kích Thước Tệp | 12.4 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 0.5.0 |
Cập Nhật Lần Cuối | 2016-07-21 |
Ngày Phát Hành | 2016-07-20 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | ryanpcmcquen |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ryanpcmcquen/minus.js |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "minus.js", "description": "A whole host of JS shortcuts, for the DOM hacker.", "version": "0.5.0", "content_scripts": [ { "run_at": "document_end", "matches": [ " |