Red Typography
Typography in text fields.
Red Typographyとは何ですか?
Red TypographyはDenis Seleznevによって開発されたChromeの拡張機能で、その主な機能は「Typography in text fields.」です。
拡張機能のスクリーンショット
Red Typography拡張機能のCRXファイルをダウンロード
Red Typography拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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/
拡張機能の基本情報
名前 | Red Typography |
ID | dgmmkhdeghobfcedlnmgbncknnfjhnmo |
公式URL | https://chromewebstore.google.com/detail/red-typography/dgmmkhdeghobfcedlnmgbncknnfjhnmo |
説明 | Typography in text fields. |
ファイルサイズ | 45.3 KB |
インストール数 | 591 |
現在のバージョン | 1.4.0 |
最終更新日 | 2023-05-09 |
公開日 | 2019-03-08 |
評価 | 4.00/5 合計 17 レビュー |
開発者 | Denis Seleznev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/typograf/red-typography-webextension/ |
ヘルプページのURL | https://github.com/typograf/red-typography-webextension/issues |
対応言語 | 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": [ " |