Red Typography
Typography in text fields.
Vad är Red Typography?
Red Typography är en Chrome-tillägg utvecklad av Denis Seleznev, och dess huvudfunktion är "Typography in text fields.".
Tilläggsskärmbilder
Ladda ner Red Typography-förlängningens CRX-fil
Ladda ner Red Typography-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | Red Typography |
ID | dgmmkhdeghobfcedlnmgbncknnfjhnmo |
Officiell webbadress | https://chromewebstore.google.com/detail/red-typography/dgmmkhdeghobfcedlnmgbncknnfjhnmo |
Beskrivning | Typography in text fields. |
Filstorlek | 45.3 KB |
Antal Installationer | 591 |
Aktuell Version | 1.4.0 |
Senast Uppdaterad | 2023-05-09 |
Publiceringsdatum | 2019-03-08 |
Betyg | 4.00/5 Totalt 17 Betyg |
Utvecklare | Denis Seleznev |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/typograf/red-typography-webextension/ |
Hjälpsida URL | https://github.com/typograf/red-typography-webextension/issues |
Stödda Språk | 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": [ " |