Requirify
require('') in chrome devtools
What is Requirify?
Requirify is a Chrome extension developed by mathisonian, and its main feature is "require('') in chrome devtools".
Extension Screenshots
Download Requirify Extension CRX File
Download Requirify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows `require() in the chrome console`. Click on the icon to activate the plugin for the current tab.
Extension Basic Information
Name | Requirify |
ID | gajpkncnknlljkhblhllcnnfjpbcmebm |
Official URL | https://chromewebstore.google.com/detail/requirify/gajpkncnknlljkhblhllcnnfjpbcmebm |
Description | require('') in chrome devtools |
File Size | 16.09 KB |
Installation Count | 622 |
Current Version | 2.0.1 |
Last Updated | 2014-09-30 |
Publish Date | 2014-09-30 |
Rating | 3.82/5 Total 17 Ratings |
Developer | mathisonian |
Payment Type | free |
Supported Languages | 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:\/\/*\/" ] } |