Text Reverse Generator

Text Reverse Generator is a convenient browser extension that allows you to effortlessly reverse text on the web page.

O que é Text Reverse Generator?

Text Reverse Generator é uma extensão do Chrome desenvolvida por Mahzaib Mirza, e sua principal característica é "Text Reverse Generator is a convenient browser extension that allows you to effortlessly reverse text on the web page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Text Reverse Generator

Baixe arquivos de extensão Text Reverse Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Text Reverse Generator is a handy browser extension that allows you to quickly reverse the text within web pages, making it a breeze to transform sentences, paragraphs effortlessly. This is an exciting browser extension that adds a touch of fun and convenience to your web browsing experience. Whether you're a content creator, a student, or simply someone who wants to have fun with text manipulation, this extension is your go-to tool. We offer a range of text manipulation options to enhance your experience. You can reverse the entire text, reverse individual words, flip the text, flip the words, create upside-down text, and even reverse the characters within words.

Key Features:
Reverse Text Instantly: With a simple click of a button, reverse any selected text on a web page. No need to copy and paste to external tools or navigate through complex menus.

Easy-to-Use Interface: The extension integrates seamlessly into your browser, providing a user-friendly interface that makes text reversal a straightforward process.

Preserve Formatting: Text Reverse Generator retains the original formatting, ensuring that your reversed text maintains the same font, style, and layout as the original.

Efficient and Lightweight: The extension is designed to be lightweight and efficient, delivering fast results without slowing down your browsing experience.

Privacy-Focused: Your data and browsing activity are treated with the utmost respect. Text Reverse Generator operates locally on your device, ensuring your privacy and security.

How to Use:
You can utilize this extension in two convenient ways. 
The first method involves accessing the extension's popup by simply pasting your text into the provided textbox. 

The second method allows you to select text directly on any web page, prompting a popup with four buttons for reversing, flipping, creating upside-down text, and reversing the characters within words. This grants you quick and easy access to a variety of text manipulation options.

Text Reverse Generator is a must-have tool for anyone who wants to easily reverse text within web pages. It simplifies the process, saves time, and adds a touch of creativity to your text manipulation tasks.

Get the Text Reverse Generator extension today and unlock a whole new world of text reversal possibilities!

Other Useful Resources:
We have consolidated all our valuable resources to streamline your search process by providing a comprehensive collection of our best tools and resources in one convenient location. You can access these resources through the extension popup or by visiting the settings page.                    

Informações Básicas da Extensão

Nome Text Reverse Generator Text Reverse Generator
ID lnikclhomccjffefgecocmnpicaaloob
URL Oficial https://chromewebstore.google.com/detail/text-reverse-generator/lnikclhomccjffefgecocmnpicaaloob
Descrição Text Reverse Generator is a convenient browser extension that allows you to effortlessly reverse text on the web page.
Tamanho do Arquivo 87.47 KB
Contagem de Instalações 57
Versão Atual 1.1
Última Atualização 2023-12-10
Data de Publicação 2023-06-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Mahzaib Mirza
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.codersvibe.com/tools/text-tools/text-reverse-generator
URL da Página de Ajuda https://www.codersvibe.com/contact-us
URL da Página de Política de Privacidade https://www.codersvibe.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Reverse Generator",
    "description": "Text Reverse Generator is a convenient browser extension that allows you to effortlessly reverse text on the web page.",
    "manifest_version": 3,
    "version": "1.1",
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "settings.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}