Alem - ChatGPT RTL Extension
Changes the direction of ChatGPT responses to RTL.
Alem - ChatGPT RTL Extension क्या है?
Alem - ChatGPT RTL Extension a.zareshahi1377 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the direction of ChatGPT responses to RTL."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Alem - ChatGPT RTL Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
with this extension you can see ChatGPT RTL answers correctly
एक्सटेंशन की मूल जानकारी
नाम | Alem - ChatGPT RTL Extension |
ID | djlffendllcenogpogdcoljdpodlnhah |
आधिकारिक URL | https://chromewebstore.google.com/detail/alem-chatgpt-rtl-extensio/djlffendllcenogpogdcoljdpodlnhah |
विवरण | Changes the direction of ChatGPT responses to RTL. |
फ़ाइल का आकार | 17.41 KB |
स्थापना संख्या | 670 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2023-03-29 |
प्रकाशन तिथि | 2023-03-29 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | a.zareshahi1377 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | fa |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Alem - ChatGPT RTL Extension", "version": "1.2", "description": "Changes the direction of ChatGPT responses to RTL.", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "webRequest" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |