Red Typography
Typography in text fields.
Cos'è Red Typography?
Red Typography è un'estensione di Chrome sviluppata da Denis Seleznev, e la sua funzione principale è "Typography in text fields.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Red Typography
Scarica i file di estensione Red Typography 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
Red Typography automatically helps to place non-breaking spaces, correct minor typos, allow the quotation marks to a correct format, replace the hyphens with dashes in the right places and much more. The addition does not use third-party online services. Based on https://github.com/typograf/typograf/
Informazioni di Base sull'Estensione
Nome | Red Typography |
ID | dgmmkhdeghobfcedlnmgbncknnfjhnmo |
URL Ufficiale | https://chromewebstore.google.com/detail/red-typography/dgmmkhdeghobfcedlnmgbncknnfjhnmo |
Descrizione | Typography in text fields. |
Dimensione del File | 45.3 KB |
Conteggio Installazioni | 591 |
Versione Corrente | 1.4.0 |
Ultimo Aggiornamento | 2023-05-09 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 4.00/5 Totale 17 Valutazioni |
Sviluppatore | Denis Seleznev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/typograf/red-typography-webextension/ |
URL della Pagina di Aiuto | https://github.com/typograf/red-typography-webextension/issues |
Lingue Supportate | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extensionDescription__", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "1.4.0", "default_locale": "en", "permissions": [ "contextMenus", "storage" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "commands": { "typograf-key": { "suggested_key": { "default": "Alt+Shift+T" }, "description": "__MSG_commandShortcut__" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |