RTL: ChatGPT, Claude, ...
Toggle conversation alignment with a click: switch from left-to-right (LTR) to right-to-left (RTL) and back with another click.
RTL: ChatGPT, Claude, ... क्या है?
RTL: ChatGPT, Claude, ... H4MID द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Toggle conversation alignment with a click: switch from left-to-right (LTR) to right-to-left (RTL) and back with another click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RTL: ChatGPT, Claude, ... एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Supported websites include: ▪️ chat.openai.com ▪️ claude.ai/chat ▪️ ... If your desired website is not listed, feel free to make a suggestion. With just one click, you can toggle your conversations between right-to-left and revert to the previous state using the same button. By installing this extension, you no longer need to concern yourself with the readability of texts.
एक्सटेंशन की मूल जानकारी
नाम | RTL: ChatGPT, Claude, ... |
ID | cnhikhicflgjbfnllpmbbdpjcfmfnkii |
आधिकारिक URL | https://chromewebstore.google.com/detail/rtl-chatgpt-claude/cnhikhicflgjbfnllpmbbdpjcfmfnkii |
विवरण | Toggle conversation alignment with a click: switch from left-to-right (LTR) to right-to-left (RTL) and back with another click. |
फ़ाइल का आकार | 67.31 KB |
स्थापना संख्या | 393 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2023-12-01 |
प्रकाशन तिथि | 2023-08-01 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | H4MID |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,iw,fa,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "manifest_version": 3, "version": "2.0", "icons": { "16": "assets\/img\/16.png", "32": "assets\/img\/32.png", "48": "assets\/img\/48.png", "64": "assets\/img\/64.png", "80": "assets\/img\/80.png", "96": "assets\/img\/96.png", "112": "assets\/img\/112.png", "128": "assets\/img\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/*" ], "js": [ "assets\/js\/chatgpt.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/claude.ai\/*" ], "js": [ "assets\/js\/claude.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ " |