Notion AI Anywhere

notion-ai-anywhere

Notion AI Anywhere란 무엇입니까?

Notion AI Anywhere은(는) whistleryz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "notion-ai-anywhere"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Notion AI Anywhere 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        参考文档:https://github.com/microvoid/notion-ai-anywhere

1. 安装该插件

2. 点击插件打开设置弹窗,如果你没有登录 Notion 会提示你去登录 Notion,然后再打开设置弹窗,选择一个 Notion 空间 (最好选择一个办理了 Notion AI Plus 的空间,否则使用次数受限)

3. 现在,你可以刷新任何浏览器的页面,并选中一段内容,会有一个按钮(设置中可以关闭这个按钮,关闭后选择内容使用 cmd+k 唤起 AI 弹窗),点击就可以正常使用了。                    

확장 프로그램 기본 정보

이름 Notion AI Anywhere Notion AI Anywhere
ID kifiejfehenpclioppfgjeginkeiaheb
공식 URL https://chromewebstore.google.com/detail/notion-ai-anywhere/kifiejfehenpclioppfgjeginkeiaheb
설명 notion-ai-anywhere
파일 크기 502 KB
설치 횟수 892
현재 버전 1.1.8
최근 업데이트 2023-04-19
출시 날짜 2023-03-31
평점 4.75/5 총 4 개의 평점
개발자 whistleryz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/microvoid/notion-ai-anywhere
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.1.8",
    "author": "smackgg",
    "name": "Notion AI Anywhere",
    "description": "notion-ai-anywhere",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.77d90920.js"
            ],
            "all_frames": false,
            "css": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "commands": {
        "show-panel": {
            "suggested_key": {
                "default": "Ctrl+K",
                "mac": "Command+K"
            },
            "description": "Activate NotionAIAnywhere on page"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "notion-icon.11712126.png",
                "contents.b13489d5.css"
            ]
        }
    ]
}