minus.js
A whole host of JS shortcuts, for the DOM hacker.
minus.jsとは何ですか?
minus.jsはryanpcmcquenによって開発されたChromeの拡張機能で、その主な機能は「A whole host of JS shortcuts, for the DOM hacker.」です。
minus.js拡張機能のCRXファイルをダウンロード
minus.js拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
`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
拡張機能の基本情報
名前 | minus.js |
ID | pchfdjinikokceoagjbhilpnoccabcag |
公式URL | https://chromewebstore.google.com/detail/minusjs/pchfdjinikokceoagjbhilpnoccabcag |
説明 | A whole host of JS shortcuts, for the DOM hacker. |
ファイルサイズ | 12.4 KB |
インストール数 | 13 |
現在のバージョン | 0.5.0 |
最終更新日 | 2016-07-21 |
公開日 | 2016-07-20 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | ryanpcmcquen |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ryanpcmcquen/minus.js |
対応言語 | 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": [ " |