Neuron Mini

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

Was ist Neuron Mini?

Neuron Mini ist eine Chrome-Erweiterung, die von flint.extension entwickelt wurde, und ihr Hauptmerkmal ist "Neuron Mini simplifies navigation within Notion by providing network visualization for local graphs of pages and databases.".

Erweiterungsscreenshots

screenshot

Neuron Mini-Erweiterungs-CRX-Datei herunterladen

Laden Sie Neuron Mini-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Neuron Mini Neuron Mini
ID abikgecoijlfddaeolnofjkaogiamekf
Offizielle URL https://chromewebstore.google.com/detail/neuron-mini/abikgecoijlfddaeolnofjkaogiamekf
Beschreibung Neuron Mini simplifies navigation within Notion by providing network visualization for local graphs of pages and databases.
Dateigröße 143 KB
Installationsanzahl 33
Aktuelle Version 0.2.0
Letztes Update 2023-06-19
Veröffentlichungsdatum 2023-04-29
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler flint.extension
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://neuron.flint.so
Hilfeseite URL https://neuron.flint.so
Unterstützte Sprachen 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."
}