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:\/\/*\/"
    ]
}  |  |