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 là gì?

Anycursor - Writing Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://anycursor.com, và tính năng chính của nó là "Anycursor is a writing assistant that lets you search and add content as you type, anywhere on the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Anycursor - Writing Assistant

Tải xuống các tệp mở rộng Anycursor - Writing Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Anycursor - Writing Assistant Anycursor - Writing Assistant
ID dnbhakegpdfoeaeoaeoblphjjclkjemh
URL Chính Thức https://chromewebstore.google.com/detail/anycursor-writing-assista/dnbhakegpdfoeaeoaeoblphjjclkjemh
Mô tả Anycursor is a writing assistant that lets you search and add content as you type, anywhere on the web.
Kích Thước Tệp 925 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 0.0.41
Cập Nhật Lần Cuối 2023-09-27
Ngày Phát Hành 2023-09-27
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://anycursor.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://anycursor.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}