Requirify
require('') in chrome devtools
Wat is Requirify?
Requirify is een Chrome-extensie ontwikkeld door mathisonian, en de belangrijkste functie is "require('') in chrome devtools".
Extensie Screenshots
Download het CRX-bestand van de extensie Requirify
Download Requirify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows `require() in the chrome console`. Click on the icon to activate the plugin for the current tab.
Basisinformatie over de Extensie
Naam | Requirify |
ID | gajpkncnknlljkhblhllcnnfjpbcmebm |
Officiële URL | https://chromewebstore.google.com/detail/requirify/gajpkncnknlljkhblhllcnnfjpbcmebm |
Beschrijving | require('') in chrome devtools |
Bestandsgrootte | 16.09 KB |
Aantal Installaties | 622 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2014-09-30 |
Publicatiedatum | 2014-09-30 |
Beoordeling | 3.82/5 Totaal 17 Beoordelingen |
Ontwikkelaar | mathisonian |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/" ] } |