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
公式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
Eメール [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": [
                ""
            ]
        }
    ]
}