Recoil Dev Tools

A React Recoil Debugger

What is Recoil Dev Tools?

Recoil Dev Tools is a Chrome extension developed by totalrecoiljs, and its main feature is "A React Recoil Debugger".

Extension Screenshots

screenshot
screenshot
screenshot

Download Recoil Dev Tools Extension CRX File

Download Recoil Dev Tools 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

                        TotalRecoilJS is a tool created to help developers visualize and track their Recoil state in a React application.                    

Extension Basic Information

Name Recoil Dev Tools Recoil Dev Tools
ID dhjcdlmklldodggmleehadpjephfgflc
Official URL https://chromewebstore.google.com/detail/recoil-dev-tools/dhjcdlmklldodggmleehadpjephfgflc
Description A React Recoil Debugger
File Size 558 KB
Installation Count 2,454
Current Version 1.1.0.0
Last Updated 2020-08-27
Publish Date 2020-08-12
Rating 3.07/5 Total 15 Ratings
Developer totalrecoiljs
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Recoil Dev Tools",
    "version": "1.1.0.0",
    "description": "A React Recoil Debugger",
    "permissions": [
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        "hook.js"
    ],
    "devtools_page": "devtools-root.html"
}