Text Reverse Generator

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

什么是Text Reverse Generator?

Text Reverse Generator是由Mahzaib Mirza开发的Chrome扩展程序,该扩展的主要功能是“Text Reverse Generator is a convenient browser extension that allows you to effortlessly reverse text on the web page.”。

扩展截图

screenshot
screenshot

下载Text Reverse Generator扩展crx文件

下载Text Reverse Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Text Reverse Generator Text Reverse Generator
ID lnikclhomccjffefgecocmnpicaaloob
官方URL https://chromewebstore.google.com/detail/text-reverse-generator/lnikclhomccjffefgecocmnpicaaloob
简介 Text Reverse Generator is a convenient browser extension that allows you to effortlessly reverse text on the web page.
文件大小 87.47 KB
安装次数 57
当前版本 1.1
更新时间 2023-12-10
上架时间 2023-06-18
评分 5.00/5 共1次评分
开发者 Mahzaib Mirza
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.codersvibe.com/tools/text-tools/text-reverse-generator
帮助页面URL https://www.codersvibe.com/contact-us
隐私政策页面URL https://www.codersvibe.com/privacy-policy
支持的语言 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"
    }
}