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

什么是Shakespeare AI Toolbar: AI Writing Anywhere?

Shakespeare AI Toolbar: AI Writing Anywhere是由https://shakespearetoolbar.com开发的Chrome扩展程序,该扩展的主要功能是“All-In-One AI Toolbar. Write smarter, faster, and get more done in less time. Summarization, rephrasing and much more”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Shakespeare AI Toolbar: AI Writing Anywhere扩展crx文件

下载Shakespeare AI Toolbar: AI Writing Anywhere扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Shakespeare AI Toolbar: AI Writing Anywhere Shakespeare AI Toolbar: AI Writing Anywhere
ID olikhkphnfenjcgliidepgflkfdmondi
官方URL https://chromewebstore.google.com/detail/shakespeare-ai-toolbar-ai/olikhkphnfenjcgliidepgflkfdmondi
简介 All-In-One AI Toolbar. Write smarter, faster, and get more done in less time. Summarization, rephrasing and much more
文件大小 182 KB
安装次数 425
当前版本 2.0.0
更新时间 2024-03-01
上架时间 2023-03-23
评分 5.00/5 共4次评分
开发者 https://shakespearetoolbar.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.shakespearetoolbar.com/
帮助页面URL https://www.shakespearetoolbar.com/support
隐私政策页面URL https://www.shakespearetoolbar.com/privacy
支持的语言 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"
}