Linkedin RTL support
Adds multilingual support to linkedin text fields
Wat is Linkedin RTL support?
Linkedin RTL support is een Chrome-extensie ontwikkeld door Elad Mizrahi, en de belangrijkste functie is "Adds multilingual support to linkedin text fields".
Extensie Screenshots
Download het CRX-bestand van de extensie Linkedin RTL support
Download Linkedin RTL support-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Linkedin RTL support |
ID | bkeinidnmmffimffcmdoheeciapelpad |
Officiële URL | https://chromewebstore.google.com/detail/linkedin-rtl-support/bkeinidnmmffimffcmdoheeciapelpad |
Beschrijving | Adds multilingual support to linkedin text fields |
Bestandsgrootte | 12.99 KB |
Aantal Installaties | 51 |
Huidige Versie | 0.3.0 |
Laatst Bijgewerkt | 2023-04-09 |
Publicatiedatum | 2023-04-08 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Elad Mizrahi |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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]" } } } |