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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Anycursor is a writing assistant that lets you search and add content as you type, anywhere on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Anycursor - Writing Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}