LongShot AI - Long Form Writing Assistant

AI writer for those who take long-form content seriously. Rephrase. Summarize. Customize tone. Insert text without losing context.

Τι είναι το LongShot AI - Long Form Writing Assistant;

Το LongShot AI - Long Form Writing Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://longshot.ai, και η κύρια λειτουργία του είναι "AI writer for those who take long-form content seriously. Rephrase. Summarize. Customize tone. Insert text without losing context.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LongShot AI - Long Form Writing Assistant

Λήψη αρχείων επέκτασης LongShot AI - Long Form Writing Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Bring AI writing to ANY webpage

Powered by our advanced AI technology with a deep understanding of context and semantics, LongShot AI goes far beyond the regular writing assistants, offering completely new capabilities through its Chrome plugin:

📝 Long-Rephraser: Rephrase 100s of words in one go for any website from your browser. Simply select the text (at least 100 words) and watch the AI rephrase it.

🔎 Joom-In Text: Insert text by positioning your cursor between two sentences or paragraphs without losing context. The unique thing about this feature is that it considers the context for both the prefix and suffix of the selected content. It helps fill any content gaps without compromising any content flow.

💢 Joom-Out Text: Summarize selected paragraph(s) up to 3000 characters. Just select the text you wish to summarize and watch the AI do its thing.

🎶 Tone: Customize the content tone to your liking by trying different styles, such as optimistic, angry, or humorous. If you are feeling adventurous, you can ask the AI to generate content in the style of Spiderman, Elon Musk, or Joe Rogan.

Use this on any website 🌐, your email 📧, etc



Want more? You can create content with LongShot AI so easily that you will never have to complain about writing not being your thing.

LongShot AI can help you to:
💡 Research, generate, and optimize long-form content in minutes.
💡 Create comprehensive content with LongShot's Semantic SEO feature.
💡 Write personalized content for your audience using multiple unique niche categories.
💡 Generate content in up to 10 different languages.
💡 Tackle writer's block to generate long-form content.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LongShot AI - Long Form Writing Assistant LongShot AI - Long Form Writing Assistant
ID llmkblcpjmcomjoanblldplmaghaopbd
Επίσημο URL https://chromewebstore.google.com/detail/longshot-ai-long-form-wri/llmkblcpjmcomjoanblldplmaghaopbd
Περιγραφή AI writer for those who take long-form content seriously. Rephrase. Summarize. Customize tone. Insert text without losing context.
Μέγεθος Αρχείου 983 KB
Αριθμός Εγκαταστάσεων 3,247
Τρέχουσα Έκδοση 1.2.5
Τελευταία Ενημέρωση 2024-01-11
Ημερομηνία Δημοσίευσης 2022-05-09
Αξιολόγηση 4.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://longshot.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://longshot.ai/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.longshot.ai/features
URL της Σελίδας Πολιτικής Απορρήτου https://app.longshot.ai/terms
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LongShot AI - Long Form Writing Assistant",
    "description": "AI writer for those who take long-form content seriously. Rephrase. Summarize. Customize tone. Insert text without losing context.",
    "version": "1.2.5",
    "manifest_version": 3,
    "icons": {
        "16": "images\/longshot-16x16.png",
        "48": "images\/longshot-48x48.png",
        "128": "images\/longshot-128x128.png"
    },
    "action": {
        "default_popup": "popup\/build\/index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content-scripts\/build\/static\/js\/main.59fcfd47.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/app.longshot.ai\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}