Requirify

require('') in chrome devtools

Requirify란 무엇입니까?

Requirify은(는) mathisonian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "require('') in chrome devtools"입니다.

확장 프로그램 스크린샷

screenshot

Requirify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Allows `require() in the chrome console`. Click on the icon to activate the plugin for the current tab.                    

확장 프로그램 기본 정보

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