Neuron Mini

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

Neuron Mini란 무엇입니까?

Neuron Mini은(는) flint.extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Neuron Mini simplifies navigation within Notion by providing network visualization for local graphs of pages and databases."입니다.

확장 프로그램 스크린샷

screenshot

Neuron Mini 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Neuron Mini Neuron Mini
ID abikgecoijlfddaeolnofjkaogiamekf
공식 URL https://chromewebstore.google.com/detail/neuron-mini/abikgecoijlfddaeolnofjkaogiamekf
설명 Neuron Mini simplifies navigation within Notion by providing network visualization for local graphs of pages and databases.
파일 크기 143 KB
설치 횟수 33
현재 버전 0.2.0
최근 업데이트 2023-06-19
출시 날짜 2023-04-29
평점 4.33/5 총 3 개의 평점
개발자 flint.extension
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://neuron.flint.so
도움말 페이지 URL https://neuron.flint.so
지원되는 언어 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."
}