Font Changer Plus
Control center for browser fonts
Font Changer Plus क्या है?
Font Changer Plus Ana Watkins द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control center for browser fonts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Font Changer Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Font Changer Plus works on every site and changes fonts to selected ones. Make your personal theme for websites! Features: ☆ Hundreds of preset fonts to change ☆ Use custom font in TTF, OTF, WOFF formats ☆ Make text bigger or smaller with font size presets ☆ Change text color ☆ Specify font settings for domains and wildcard How to use the extension: 1. Click button in the browser toolbar and open settings 2. Change font settings to apply on the current tab (Reload page after installing the extension) 3. Font theme will be applied to all pages. Font library contains hundreds of fonts with open licenses.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ameggholdkgkdepolbiaekmhjiaiiccg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/font-changer-plus/ameggholdkgkdepolbiaekmhjiaiiccg |
विवरण | Control center for browser fonts |
फ़ाइल का आकार | 176 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 2.4.6 |
अंतिम अपडेट | 2022-10-15 |
प्रकाशन तिथि | 2020-09-17 |
रेटिंग | 3.97/5 कुल 65 रेटिंग्स |
डेवलपर | Ana Watkins |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.notion.so/Privacy-policy-Font-changer-plus-dc68490969234e20981bc6b821b1d169 |
समर्थित भाषाएँ | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,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_extName__", "description": "__MSG_extShortDesc__", "version": "2.4.6", "browser_action": { "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "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" ] } |