Red Typography
Typography in text fields.
ما هو Red Typography؟
Red Typography هو إضافة Chrome تم تطويرها بواسطة Denis Seleznev، والميزة الرئيسية لها هي "Typography in text fields.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Red Typography
قم بتنزيل ملفات الامتداد Red Typography بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/typograf/red-typography-webextension/ |
عنوان صفحة المساعدة | 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": [ " |