Requirify
require('') in chrome devtools
Requirifyとは何ですか?
Requirifyはmathisonianによって開発されたChromeの拡張機能で、その主な機能は「require('') in chrome devtools」です。
拡張機能のスクリーンショット
Requirify拡張機能のCRXファイルをダウンロード
Requirify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows `require() in the chrome console`. Click on the icon to activate the plugin for the current tab. 拡張機能の基本情報
| 名前 | |
| ID | gajpkncnknlljkhblhllcnnfjpbcmebm |
| 公式URL | https://chromewebstore.google.com/detail/requirify/gajpkncnknlljkhblhllcnnfjpbcmebm |
| 説明 | require('') in chrome devtools |
| ファイルサイズ | 16.09 KB |
| インストール数 | 622 |
| 現在のバージョン | 2.0.1 |
| 最終更新日 | 2014-09-30 |
| 公開日 | 2014-09-30 |
| 評価 | 3.82/5 合計 17 レビュー |
| 開発者 | mathisonian |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Requirify",
"version": "2.0.1",
"description": "require('') in chrome devtools",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "icons\/icon19.png",
"38": "icons\/icon38.png"
},
"default_title": "Requirify (Click to activate for this tab)"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/s3.amazonaws.com\/s3.mathisonian.com\/javascripts\/requirify-browser.js; object-src 'self'",
"permissions": [
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |