WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ChatGPT Direction Fix

ChatGPT Direction Fix

View on Chrome Web Store
View ChatGPT Direction Fix Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (21 ratings)
1 new ratings
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Simple fix for KaTeX and code LTR rendering in RTL pages
Type
Extension
Users
1,000 users
7
ofekadanan
View author page of ofekadanan
Published
Published on June 12, 2025
Version 1.1
Manifest version
3
Updated
Updated on June 23, 2025
productivity/education
Extension Category
View on Chrome Web Store
View ChatGPT Direction Fix Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Direction Fix",
    "version": "1.1",
    "description": "Simple fix for KaTeX and code LTR rendering in RTL pages",
    "author": "Ofek Avan Danan",
    "homepage_url": "https:\/\/github.com\/OfekAvanDanan",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chatgpt.com\/*",
                "*:\/\/gemini.google.com\/*",
                "*:\/\/claude.ai\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "109.0"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top