TextPal

Select text and apply AI to it

Vad är TextPal?

TextPal är en Chrome-tillägg utvecklad av kevin91nl, och dess huvudfunktion är "Select text and apply AI to it".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner TextPal-förlängningens CRX-fil

Ladda ner TextPal-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn TextPal TextPal
ID dgnpmopjdmoocpbdlkocojhmgdmfeckf
Officiell webbadress https://chromewebstore.google.com/detail/textpal/dgnpmopjdmoocpbdlkocojhmgdmfeckf
Beskrivning Select text and apply AI to it
Filstorlek 50.51 KB
Antal Installationer 51
Aktuell Version 1.0.1
Senast Uppdaterad 2023-02-04
Publiceringsdatum 2023-01-28
Utvecklare kevin91nl
E-post [email protected]
Betalningssätt in_app
Stödda Språk 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
        }
    ]
}