MyFonts Search
Search new fonts on MyFonts.com and open the results in a new tab.
MyFonts Search क्या है?
MyFonts Search Kreativ Andrei द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search new fonts on MyFonts.com and open the results in a new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MyFonts Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Search MyFonts.com for the best fonts out there and open the results in a new tab.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | omhcknbpnajhcajiocffkjciaoedmfgl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/myfonts-search/omhcknbpnajhcajiocffkjciaoedmfgl |
विवरण | Search new fonts on MyFonts.com and open the results in a new tab. |
फ़ाइल का आकार | 50.78 KB |
स्थापना संख्या | 596 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2019-08-11 |
प्रकाशन तिथि | 2019-08-11 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Kreativ Andrei |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.kreativfont.com |
सहायता पृष्ठ URL | https://www.kreativfont.com/contact |
गोपनीयता नीति पृष्ठ URL | https://www.kreativfont.com/terms-of-use-privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "myfonts-128.png", "default_popup": "index.html", "default_title": "MyFonts Search" }, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Search new fonts on MyFonts.com and open the results in a new tab.", "icons": { "128": "myfonts-128.png", "64": "myfonts-64.png", "48": "myfonts-48.png", "32": "myfonts-32.png", "16": "myfonts-16.png" }, "manifest_version": 2, "name": "MyFonts Search", "permissions": [ "contextMenus", "contextMenus", "tabs", "https:\/\/www.myfonts.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |