Helix Font Fallback
Helix Font Fallback computes the fallback fonts for all the fonts loaded on the page. This is helpful to prevent CLS (Web Vitals).
Helix Font Fallback क्या है?
Helix Font Fallback Adobe Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helix Font Fallback computes the fallback fonts for all the fonts loaded on the page. This is helpful to prevent CLS (Web Vitals)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Helix Font Fallback एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Helix Font Fallback computes the fallback fonts for all the fonts loaded on the page. A fallback font is a font that most of the browsers know already which is sized to approximatively the size of the font it temporarily replaces. Like this, the browser can display nicely the page while the custom font is loaded. This is crucial to prevent CLS (Core Web Vitals). Key features: - computes a fallback font for all fonts loaded on the current page - generates some CSS that can be directly copied and pasted in the existing website CSS - allows the user to preview the fallback fonts directly in the current page
एक्सटेंशन की मूल जानकारी
नाम | Helix Font Fallback |
ID | deceeoanicnkoieibbfellglginplfbm |
आधिकारिक URL | https://chromewebstore.google.com/detail/helix-font-fallback/deceeoanicnkoieibbfellglginplfbm |
विवरण | Helix Font Fallback computes the fallback fonts for all the fonts loaded on the page. This is helpful to prevent CLS (Web Vitals). |
फ़ाइल का आकार | 59.83 KB |
स्थापना संख्या | 120 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2022-12-22 |
प्रकाशन तिथि | 2022-09-08 |
डेवलपर | Adobe Inc. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/adobe/helix-font-fallback-extension |
गोपनीयता नीति पृष्ठ URL | https://www.adobe.com/privacy/policy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Helix Font Fallback", "description": "Helix Font Fallback computes the fallback fonts for all the fonts loaded on the page. This is helpful to prevent CLS (Web Vitals).", "version": "1.1.0", "manifest_version": 3, "background": { "service_worker": "js\/background.js" }, "action": [], "permissions": [ "scripting" ], "web_accessible_resources": [ { "resources": [ "js\/shared\/fonts.js" ], "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*\/" ], "icons": { "16": "icons\/helix_logo_16.png", "32": "icons\/helix_logo_32.png", "48": "icons\/helix_logo_48.png", "128": "icons\/helix_logo_128.png" } } |