Anycursor - Writing Assistant

Anycursor is a writing assistant that lets you search and add content as you type, anywhere on the web.

Anycursor - Writing Assistant란 무엇입니까?

Anycursor - Writing Assistant은(는) https://anycursor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Anycursor is a writing assistant that lets you search and add content as you type, anywhere on the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Anycursor - Writing Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Install the extension, connect your apps and you’re ready to go.

Anycursor helps you:

• 🧠 Stay in the flow. It eliminates the frustrating back and forth between windows and tabs to copy and paste links, text and content
• ⏳ Save time. It accelerates your typing via a single interface that gives you quick access to all your content, without moving your fingers off of the keyboard
• ✍️ Write anywhere. It’s synced on all your devices, and available to support your typing on any text area on the web

Quickly add:

• Documents, issues, designs and pull requests with Notion, Linear, Figma and GitHub connections (more coming soon)
• Links from your browsing history and bookmarks
• Snippets and templates, both pre-made and custom
• Prompts for AI tools

Website: anycursor.com
Twitter: https://twitter.com/anycursor                    

확장 프로그램 기본 정보

이름 Anycursor - Writing Assistant Anycursor - Writing Assistant
ID dnbhakegpdfoeaeoaeoblphjjclkjemh
공식 URL https://chromewebstore.google.com/detail/anycursor-writing-assista/dnbhakegpdfoeaeoaeoblphjjclkjemh
설명 Anycursor is a writing assistant that lets you search and add content as you type, anywhere on the web.
파일 크기 925 KB
설치 횟수 36
현재 버전 0.0.41
최근 업데이트 2023-09-27
출시 날짜 2023-09-27
평점 5.00/5 총 7 개의 평점
개발자 https://anycursor.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://anycursor.com/legal/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anycursor - Writing Assistant",
    "short_name": "Anycursor",
    "description": "Anycursor is a writing assistant that lets you search and add content as you type, anywhere on the web.",
    "version": "0.0.41",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "history"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": ".\/favicons\/32.png",
            "24": ".\/favicons\/24.png",
            "16": ".\/favicons\/16.png"
        }
    },
    "icons": {
        "16": ".\/favicons\/16.png",
        "48": ".\/favicons\/48.png",
        "128": ".\/favicons\/128.png",
        "256": ".\/favicons\/256.png"
    },
    "host_permissions": [
        "*:\/\/localhost:4000\/*",
        "*:\/\/anycursor-staging.fly.dev\/*",
        "*:\/\/anycursor.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/Inter.ttf"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "logos\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}