Linkedin RTL support
Adds multilingual support to linkedin text fields
Qu'est-ce que Linkedin RTL support ?
Linkedin RTL support est une extension Chrome développée par Elad Mizrahi, et sa fonction principale est "Adds multilingual support to linkedin text fields".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Linkedin RTL support
Téléchargez les fichiers d'extension Linkedin RTL support au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The extension searches for text fields in LinkedIn and adds auto direction to the field, and aligns the text direction to the start of the line. And make sure that if you have Grammarly it will not block your text when RTL.
Informations de Base sur l'Extension
Nom | Linkedin RTL support |
ID | bkeinidnmmffimffcmdoheeciapelpad |
URL Officiel | https://chromewebstore.google.com/detail/linkedin-rtl-support/bkeinidnmmffimffcmdoheeciapelpad |
Description | Adds multilingual support to linkedin text fields |
Taille du Fichier | 12.99 KB |
Nombre d'Installations | 51 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2023-04-09 |
Date de Publication | 2023-04-08 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Elad Mizrahi |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Linkedin RTL support", "version": "0.3.0", "description": "Adds multilingual support to linkedin text fields", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png", "256": "images\/icon_256.png", "512": "images\/icon_512.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "index.js" ], "css": [ "index.css" ], "run_at": "document_end" } ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |