Font Customizer
Fine-tune your font settings for each website
Font Customizer क्या है?
Font Customizer Sonia Young द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fine-tune your font settings for each website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Font Customizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Change font settings beyond what browser offers! With Font Customizer, you can change font, size, and colors for every website. Features: ☆ Make all text bigger or smaller ☆ Hundreds of fonts with open licenses ☆ Change color from the default black Quick start: click the icon in the toolbar to open a popup.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gfbgiekofllpkpaoadjhbbfnljbcimoh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/font-customizer/gfbgiekofllpkpaoadjhbbfnljbcimoh |
विवरण | Fine-tune your font settings for each website |
फ़ाइल का आकार | 330 KB |
स्थापना संख्या | 1,477,015 |
वर्तमान संस्करण | 1.4.3 |
अंतिम अपडेट | 2022-11-15 |
प्रकाशन तिथि | 2021-04-22 |
रेटिंग | 4.40/5 कुल 92 रेटिंग्स |
डेवलपर | Sonia Young |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.notion.so/Font-Customizer-Privacy-policy-f87caddb5939401498ba6cd3d0c9cfc9 |
समर्थित भाषाएँ | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.4.3", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "inject.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "default_locale": "en", "permissions": [ "fontSettings", "https:\/\/*\/*", "http:\/\/*\/*", "storage" ] } |