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文件

下載Anycursor - Writing Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}