Medium right to left support (open source)
Set RTL support for Medium articles
Cos'è Medium right to left support (open source)?
Medium right to left support (open source) è un'estensione di Chrome sviluppata da guy, e la sua funzione principale è "Set RTL support for Medium articles".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Medium right to left support (open source)
Scarica i file di estensione Medium right to left support (open source) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adding RTL (Right to Left languages such as Hebrew and Arabic) support for medium.com Version 3 Updated support for new elements and ordered lists The code is open source: https://github.com/LevyGuy/medium-rtl Read about it here: https://medium.com/@levyguy/chrome-plugin-for-rtl-support-on-medium-a80a28c25931#.byrh3hf26
Informazioni di Base sull'Estensione
Nome | Medium right to left support (open source) |
ID | jphomldalicnlidjipmhcbekajjneeam |
URL Ufficiale | https://chromewebstore.google.com/detail/medium-right-to-left-supp/jphomldalicnlidjipmhcbekajjneeam |
Descrizione | Set RTL support for Medium articles |
Dimensione del File | 7.58 KB |
Conteggio Installazioni | 265 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2018-10-07 |
Data di Pubblicazione | 2018-10-07 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | guy |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Medium right to left support (open source)", "version": "0.4", "minimum_chrome_version": "49.0", "description": "Set RTL support for Medium articles", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/medium.com\/*" ], "js": [ "content-script.js" ] } ], "manifest_version": 2 } |