Requirify

require('') in chrome devtools

Requirifyคืออะไร?

Requirify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mathisonian และคุณลักษณะหลักของมันคือ "require('') in chrome devtools"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Requirify

ดาวน์โหลดไฟล์ส่วนขยาย Requirify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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