Red Typography
Typography in text fields.
Co je Red Typography?
Red Typography je rozšíření Chrome vyvinuté Denis Seleznev, a jeho hlavní funkcí je „Typography in text fields.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Red Typography
Stáhněte si soubory rozšíření Red Typography ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/
Základní Informace o Rozšíření
Název | Red Typography |
ID | dgmmkhdeghobfcedlnmgbncknnfjhnmo |
Oficiální URL | https://chromewebstore.google.com/detail/red-typography/dgmmkhdeghobfcedlnmgbncknnfjhnmo |
Popis | Typography in text fields. |
Velikost souboru | 45.3 KB |
Počet instalací | 591 |
Aktuální Verze | 1.4.0 |
Poslední Aktualizace | 2023-05-09 |
Datum Vydání | 2019-03-08 |
Hodnocení | 4.00/5 Celkem 17 Hodnocení |
Vývojář | Denis Seleznev |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/typograf/red-typography-webextension/ |
URL Stránky Nápovědy | https://github.com/typograf/red-typography-webextension/issues |
Podporované Jazyky | 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": [ " |