Neuron Mini
Neuron Mini simplifies navigation within Notion by providing network visualization for local graphs of pages and databases.
Hvad er Neuron Mini?
Neuron Mini er en Chrome-udvidelse udviklet af flint.extension, og dens hovedfunktion er "Neuron Mini simplifies navigation within Notion by providing network visualization for local graphs of pages and databases.".
Udvidelsesskærmbilleder
Download Neuron Mini-udvidelses-CRX-fil
Download Neuron Mini-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Neuron Mini |
ID | abikgecoijlfddaeolnofjkaogiamekf |
Officiel URL | https://chromewebstore.google.com/detail/neuron-mini/abikgecoijlfddaeolnofjkaogiamekf |
Beskrivelse | Neuron Mini simplifies navigation within Notion by providing network visualization for local graphs of pages and databases. |
Filstørrelse | 143 KB |
Antal Installationer | 33 |
Nuværende Version | 0.2.0 |
Senest Opdateret | 2023-06-19 |
Udgivelsesdato | 2023-04-29 |
Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
Udvikler | flint.extension |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://neuron.flint.so |
Hjælpeside-URL | https://neuron.flint.so |
Understøttede Sprog | 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." } |