TextPal

Select text and apply AI to it

Co to jest TextPal?

TextPal to rozszerzenie Chrome opracowane przez kevin91nl, a jego główną funkcją jest „Select text and apply AI to it”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TextPal

Pobierz pliki rozszerzeń TextPal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TextPal TextPal
ID dgnpmopjdmoocpbdlkocojhmgdmfeckf
Oficjalny URL https://chromewebstore.google.com/detail/textpal/dgnpmopjdmoocpbdlkocojhmgdmfeckf
Opis Select text and apply AI to it
Rozmiar pliku 50.51 KB
Liczba instalacji 51
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-02-04
Data Publikacji 2023-01-28
Deweloper kevin91nl
E-mail [email protected]
Typ Płatności in_app
Obsługiwane Języki 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
        }
    ]
}