Neuron Mini

Neuron Mini simplifies navigation within Notion by providing network visualization for local graphs of pages and databases.

What is Neuron Mini?

Neuron Mini is a Chrome extension developed by flint.extension, and its main feature is "Neuron Mini simplifies navigation within Notion by providing network visualization for local graphs of pages and databases.".

Extension Screenshots

screenshot

Download Neuron Mini Extension CRX File

Download Neuron Mini 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

                        Neuron Mini is a powerful Chrome extension that simplifies navigation within Notion by providing network visualization for local graphs of pages and databases. It's an efficient tool that can enhance productivity and streamline your workflow. With Neuron Mini, you can gain valuable insights and optimize your Notion workspace for maximum efficiency.                    

Extension Basic Information

Name Neuron Mini Neuron Mini
ID abikgecoijlfddaeolnofjkaogiamekf
Official URL https://chromewebstore.google.com/detail/neuron-mini/abikgecoijlfddaeolnofjkaogiamekf
Description Neuron Mini simplifies navigation within Notion by providing network visualization for local graphs of pages and databases.
File Size 143 KB
Installation Count 33
Current Version 0.2.0
Last Updated 2023-06-19
Publish Date 2023-04-29
Rating 4.33/5 Total 3 Ratings
Developer flint.extension
Email [email protected]
Payment Type free
Extension Website https://neuron.flint.so
Help Page URL https://neuron.flint.so
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Neuron Mini",
    "version": "0.2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "content-scripts.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/bg.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "512": "icon512.png"
    },
    "action": {
        "default_icon": "icon512.png"
    },
    "description": "Neuron Mini simplifies navigation within Notion by providing network visualization for local graphs of pages and databases."
}