TextPal

Select text and apply AI to it

Co je TextPal?

TextPal je rozšíření Chrome vyvinuté kevin91nl, a jeho hlavní funkcí je „Select text and apply AI to it“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TextPal

Stáhněte si soubory rozšíření TextPal 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í

                        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.                    

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

Název TextPal TextPal
ID dgnpmopjdmoocpbdlkocojhmgdmfeckf
Oficiální URL https://chromewebstore.google.com/detail/textpal/dgnpmopjdmoocpbdlkocojhmgdmfeckf
Popis Select text and apply AI to it
Velikost souboru 50.51 KB
Počet instalací 51
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-02-04
Datum Vydání 2023-01-28
Vývojář kevin91nl
E-mail [email protected]
Typ Platby in_app
Podporované Jazyky 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
        }
    ]
}