LTR TO RTL for ChatGPT
Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
Τι είναι το LTR TO RTL for ChatGPT;
Το LTR TO RTL for ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shaloml, και η κύρια λειτουργία του είναι "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LTR TO RTL for ChatGPT
Λήψη αρχείων επέκτασης LTR TO RTL for ChatGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
Βασικές Πληροφορίες Επέκτασης
Όνομα | LTR TO RTL for ChatGPT |
ID | pcnpnpaipomdildpaehlnmlbiiaagdid |
Επίσημο URL | https://chromewebstore.google.com/detail/ltr-to-rtl-for-chatgpt/pcnpnpaipomdildpaehlnmlbiiaagdid |
Περιγραφή | Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic. |
Μέγεθος Αρχείου | 28.31 KB |
Αριθμός Εγκαταστάσεων | 564 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2023-04-25 |
Ημερομηνία Δημοσίευσης | 2023-04-25 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | shaloml |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LTR TO RTL for ChatGPT", "description": "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.", "version": "1.0", "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "activeTab", "scripting" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" } } |