TextPal

Select text and apply AI to it

TextPal là gì?

TextPal là một tiện ích mở rộng Chrome được phát triển bởi kevin91nl, và tính năng chính của nó là "Select text and apply AI to it".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TextPal

Tải xuống các tệp mở rộng TextPal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TextPal TextPal
ID dgnpmopjdmoocpbdlkocojhmgdmfeckf
URL Chính Thức https://chromewebstore.google.com/detail/textpal/dgnpmopjdmoocpbdlkocojhmgdmfeckf
Mô tả Select text and apply AI to it
Kích Thước Tệp 50.51 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-02-04
Ngày Phát Hành 2023-01-28
Nhà Phát Triển kevin91nl
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}