Shakespeare AI Toolbar: AI Writing Anywhere

All-In-One AI Toolbar. Write smarter, faster, and get more done in less time. Summarization, rephrasing and much more

Co je Shakespeare AI Toolbar: AI Writing Anywhere?

Shakespeare AI Toolbar: AI Writing Anywhere je rozšíření Chrome vyvinuté https://shakespearetoolbar.com, a jeho hlavní funkcí je „All-In-One AI Toolbar. Write smarter, faster, and get more done in less time. Summarization, rephrasing and much more“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Shakespeare AI Toolbar: AI Writing Anywhere

Stáhněte si soubory rozšíření Shakespeare AI Toolbar: AI Writing Anywhere ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Use the power of generative AI on every text editor or website to write smarter, better, and faster.

Shakespeare is a toolbar that works as an AI Assistant and AI Writer. Shakespeare’s AI toolbar is a ChatGPT alternative that brings its power directly to your browser. Seamlessly integrated and accessible directly in the writing tools you already use.

– Summarize any text on any website.
– Ask AI to expand on your words.
– Rephrase to make it clearer.
– Fix spelling/grammar typos.
– Turn text into bullet points.
– Use your own AI prompts.
– And a lot more!

Shakespeare works as an AI companion that enhances your writing process, allowing you to summarize, rephrase/rewrite, and create engaging content for business purposes (blogs, presentations, internal docs) and for social media (Twitter/X, LinkedIn, Instagram, etc).

➡️ How it works
1) Install Shakespeare’s AI Toolbar Chrome extension.
2) Activate it with your license key.
3) Select any text on any website.
4) The toolbar appears next to the text.
5) Choose what action you’d like the toolbar to take.

Shakespeare’s AI writing toolbar works with English and many other languages such as Spanish, French, German, Portuguese, Dutch, Russian, Chinese, Korean, etc.

➡️ Actions available
Rephrase: AI will analyze the selected text and rewrite it in a different tone and format. 
You can choose the tone of voice to be used from Neutral, Conversation, Business, Friendly, Marketing

Summarize: AI will analyze the selected text and summarize its content, shortening it.

Expand: AI will analyze the selected text and write more about it, increasing its length.

Turn into a list/numbered list: AI will analyze the selected text and turn it into a list of bullet points.

AI prompt: the selected text will act as a prompt for the toolbar.
Example: “Draft a 600-word article on the most recent remote work trends.”

Magic: you can write your own prompt or choose one from our library. This prompt will act on the selected text.
Example: The selected text is “Remote jobs have been decreasing 20% in the last year.”
When you use ‘Magic’, you could write a prompt saying “Take this sentence and write 100 more words about it for a LinkedIn post.”. This will act on the selected text above. In this case, the selected text is not a prompt.

➡️ Works where you write 
Shakespeare AI toolbar is built to work seamlessly in your browser—no copying or pasting required, and no logging into ChatGPT every time you want to use generative AI. 

Use it in Google Docs, Gmail, Notion, and any other website or blog you are reading on or writing with.

➡️ Use cases
Shakespeare is your AI Assistant, AI Writer, and AI Companion that appears when you select some text. It’s available everywhere when you most need it.

– Write emails, blogs, assignments, grants, proposals, and reports.
– Draft product descriptions, documentation, and press releases.
– Website copy, text for ads, LinkedIn posts, Twitter/X posts.
– Video intros, hooks, image captions, and video scripts.

And a lot more.

➡️ Get started
Experience the future of writing with an AI assistant that follows you everywhere. 
Try for free (no credit card required) in our rich text editor: https://editor.shakespearetoolbar.com/

Learn more about this AI writing assistant at: https://www.shakespearetoolbar.com/                    

Základní Informace o Rozšíření

Název Shakespeare AI Toolbar: AI Writing Anywhere Shakespeare AI Toolbar: AI Writing Anywhere
ID olikhkphnfenjcgliidepgflkfdmondi
Oficiální URL https://chromewebstore.google.com/detail/shakespeare-ai-toolbar-ai/olikhkphnfenjcgliidepgflkfdmondi
Popis All-In-One AI Toolbar. Write smarter, faster, and get more done in less time. Summarization, rephrasing and much more
Velikost souboru 182 KB
Počet instalací 425
Aktuální Verze 2.0.0
Poslední Aktualizace 2024-03-01
Datum Vydání 2023-03-23
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://shakespearetoolbar.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://www.shakespearetoolbar.com/
URL Stránky Nápovědy https://www.shakespearetoolbar.com/support
URL Stránky Zásad Ochrany Soukromí https://www.shakespearetoolbar.com/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shakespeare AI Toolbar: AI Writing Anywhere",
    "version": "2.0.0",
    "manifest_version": 3,
    "author": "Jakob Sturm",
    "description": "All-In-One AI Toolbar. Write smarter, faster, and get more done in less time. Summarization, rephrasing and much more",
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "assets\/favicon_128.png",
            "48": "assets\/favicon_128.png",
            "128": "assets\/favicon_128.png"
        },
        "default_title": "Shakespeare AI Toolbar"
    },
    "icons": {
        "16": "assets\/favicon_128.png",
        "48": "assets\/favicon_128.png",
        "128": "assets\/favicon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "content-scripts\/main.js"
            ]
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "content-scripts\/gdocs.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "scripting",
        "identity",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "options_page": "options\/index.html",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "resources": [
                "content-scripts\/gdocs.js"
            ]
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "resources": [
                "content-scripts\/gdocs-early.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "content-scripts\/main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "updates\/index.html"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "login\/index.html"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "activate-licensekey\/index.html"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiOYRPOaKxL5YLrYcW8jsEZipAeqgA29zFmDIHeoch0zBarsE4SWZFGLMsTIPUjnz+HY1u6tPjD5V7EFYFrmqBGX0cbysFvy2wZ6QsdueDirTZOKYTCpzkHt3X9\/YP2d8YIB2QymgaY5JhIeWrZSDvB\/1ORuzrrpl\/aOcUkNcYpxKNavalwLa+Iizs0vY\/3e67bUebBSTXHUcC3W90mkb+Qol8NK4YbwN8rE9pqJ3F+cJvKVi9qYK7AWrVPpxcB5nchPGuCVLYGM24P6h\/0VI7z3UBGbVyCAsthOxW+a+nx\/5LvrkZSY46O8aASE2cTtRmGYsN8ShFSrLQa4Tc4DGYQIDAQAB"
}