Is it react?
This extension shows DOM nodes controlled by react
What is Is it react??
Is it react? is a Chrome extension developed by Unknown, and its main feature is "This extension shows DOM nodes controlled by react".
Extension Screenshots
Download Is it react? Extension CRX File
Download Is it react? 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
Extension Basic Information
Name | Is it react? |
ID | pnpgiaegonijpadcecieeehgopaicjhp |
Official URL | https://chromewebstore.google.com/detail/is-it-react/pnpgiaegonijpadcecieeehgopaicjhp |
Description | This extension shows DOM nodes controlled by react |
File Size | 286 KB |
Installation Count | 76 |
Current Version | 1.1 |
Last Updated | 2015-07-01 |
Publish Date | 2015-07-01 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Is it react?", "description": "This extension shows DOM nodes controlled by react", "version": "1.1", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |