Neuron Mini

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

Wat is Neuron Mini?

Neuron Mini is een Chrome-extensie ontwikkeld door flint.extension, en de belangrijkste functie is "Neuron Mini simplifies navigation within Notion by providing network visualization for local graphs of pages and databases.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Neuron Mini

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

                        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.                    

Basisinformatie over de Extensie

Naam Neuron Mini Neuron Mini
ID abikgecoijlfddaeolnofjkaogiamekf
Officiële URL https://chromewebstore.google.com/detail/neuron-mini/abikgecoijlfddaeolnofjkaogiamekf
Beschrijving Neuron Mini simplifies navigation within Notion by providing network visualization for local graphs of pages and databases.
Bestandsgrootte 143 KB
Aantal Installaties 33
Huidige Versie 0.2.0
Laatst Bijgewerkt 2023-06-19
Publicatiedatum 2023-04-29
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar flint.extension
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://neuron.flint.so
Help Pagina-URL https://neuron.flint.so
Ondersteunde Talen 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."
}