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
Eメール [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"
    }
}