Fontify
This extension allows the user to change the font on the whole page.
Fontify क्या है?
Fontify MarcCsharp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to change the font on the whole page."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fontify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This simple extension uses the google fonts API to give the user the ability to change the font on a page to which-ever they wish. Simply click the extension and select your font from the drop down and see it applied to the page.
एक्सटेंशन की मूल जानकारी
नाम | Fontify |
ID | npmbploomnpbcejbghaflhmdcnjkembd |
आधिकारिक URL | https://chromewebstore.google.com/detail/fontify/npmbploomnpbcejbghaflhmdcnjkembd |
विवरण | This extension allows the user to change the font on the whole page. |
फ़ाइल का आकार | 5.6 KB |
स्थापना संख्या | 428 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2018-01-24 |
प्रकाशन तिथि | 2018-01-24 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | MarcCsharp |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fontify", "version": "0.0.1", "manifest_version": 2, "description": "This extension allows the user to change the font on the whole page.", "background": { "scripts": [ "injectFont.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click to change font" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "activeTab" ] } |