TextPal

Select text and apply AI to it

What is TextPal?

TextPal is a Chrome extension developed by kevin91nl, and its main feature is "Select text and apply AI to it".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download TextPal Extension CRX File

Download TextPal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        TextPal is a powerful browser plugin that allows you to easily select text on any webpage and apply AI to it. With just a simple right-click, you can instantly summarize long articles, generate images from text, and much more.

One of the key features of TextPal is its ability to automatically summarize text. Whether you're reading a long article or a dense research paper, TextPal can quickly condense the most important information into a concise summary. This makes it easy to quickly scan through large amounts of text and get a sense of the main points without having to read through everything.

In addition to summarizing text, TextPal also allows you to generate images from text. With this feature, you can select any text on a webpage and turn it into an image. This can be useful for creating social media posts, creating visual aids for presentations, and much more.

An other feature of TextPal is that it allows you to easily generate tweets from selected text. This feature is particularly useful for social media managers and content creators. With TextPal, you can select a piece of text on a webpage and instantly turn it into a tweet-ready format. This makes it easy to share valuable content with your followers, without having to manually format the text. It also helps to save time, by eliminating the need to copy and paste text into a separate platform. So, if you're looking for an easy way to share content on Twitter, TextPal is the perfect tool for you.

Overall, TextPal is a powerful and versatile browser plugin that makes it easy to work with text on the web. Whether you're a student, researcher, or simply someone who wants to quickly scan through large amounts of text, TextPal has something for you. So, install TextPal today and see how it can help you be more productive and efficient online.                    

Extension Basic Information

Name TextPal TextPal
ID dgnpmopjdmoocpbdlkocojhmgdmfeckf
Official URL https://chromewebstore.google.com/detail/textpal/dgnpmopjdmoocpbdlkocojhmgdmfeckf
Description Select text and apply AI to it
File Size 50.51 KB
Installation Count 51
Current Version 1.0.1
Last Updated 2023-02-04
Publish Date 2023-01-28
Developer kevin91nl
Email [email protected]
Payment Type in_app
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TextPal",
    "version": "1.0.1",
    "description": "Select text and apply AI to it",
    "manifest_version": 3,
    "action": {
        "default_title": "TextPal",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "512": "images\/icon512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvn3KT\/mG0MR6WzvxiMUDMFJndNNhGHMZvFcod0ma4SQzMSve5qV3AQ+iPW0YY3vFUfQrPIIRYAD2\/OyeDUnQbJZ6DuVPMRCOmQZin\/\/afzeTI5bXmMEmi2cF7WIdUNV\/6iNddV82WbcvhXs0HmIqOZdl10c66Qq8X5vlSMFonsaKDS0+uFBccVol9sosKEQCZBuo6Q4vsql4NANQE0AoRj6mqOUhkbepwOX2VhLuISaKF9H\/W1zL7X2RTBK+psGvphBIBieHbDdh4P7SSz7SjvfMhZoXGYJYp9XieB8R2i\/WBUJIaO7BopnKNs4FDyVE00ShS6TAIdnPnhkzWj4XHQIDAQAB",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus"
    ],
    "commands": {
        "open-textpal": {
            "description": "Open TextPal",
            "suggested_key": {
                "default": "Ctrl+Space",
                "mac": "MacCtrl+Space",
                "linux": "Ctrl+Space",
                "windows": "Ctrl+Space"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ]
}