Recoil Toolkit DevTools

Recoil Toolkit DevTools

What is Recoil Toolkit DevTools?

Recoil Toolkit DevTools is a Chrome extension developed by Recoil Toolkit DevTools, and its main feature is "Recoil Toolkit DevTools".

Extension Screenshots

screenshot

Download Recoil Toolkit DevTools Extension CRX File

Download Recoil Toolkit DevTools 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

                        Recoil Toolkit DevTools for debugging application's state changes.
The extension provides power-ups for your Recoil development workflow. 

This is an open source project. See the official repository for more details: https://github.com/salvoravida/recoil-toolkit                    

Extension Basic Information

Name Recoil Toolkit DevTools Recoil Toolkit DevTools
ID mkeicpnjoopkgdhfobdpcepncbnfnnji
Official URL https://chromewebstore.google.com/detail/recoil-toolkit-devtools/mkeicpnjoopkgdhfobdpcepncbnfnnji
Description Recoil Toolkit DevTools
File Size 110 KB
Installation Count 440
Current Version 0.0.3
Last Updated 2022-09-01
Publish Date 2022-08-31
Rating 3.00/5 Total 2 Ratings
Developer Recoil Toolkit DevTools
Email [email protected]
Payment Type free
Extension Website https://github.com/salvoravida/recoil-toolkit
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Recoil Toolkit DevTools",
    "version": "0.0.3",
    "description": "Recoil Toolkit DevTools",
    "background": {
        "service_worker": ".\/rtdBackgroundScript.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "rtdContentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "author": "Salvatore Ravida'",
    "homepage_url": "https:\/\/github.com\/salvoravida\/recoil-toolkit",
    "short_name": "Recoil Toolkit DevTools",
    "devtools_page": "devtools.html",
    "action": {
        "default_title": "Recoil Toolkit DevTools",
        "default_icon": {
            "16": "\/images\/recoil-icon.png",
            "32": "\/images\/recoil-icon.png",
            "48": "\/images\/recoil-icon.png",
            "128": "\/images\/recoil-icon.png"
        }
    },
    "icons": {
        "16": "\/images\/recoil-icon.png",
        "32": "\/images\/recoil-icon.png",
        "48": "\/images\/recoil-icon.png",
        "128": "\/images\/recoil-icon.png"
    }
}