MyFonts Search
Search new fonts on MyFonts.com and open the results in a new tab.
What is MyFonts Search?
MyFonts Search is a Chrome extension developed by Kreativ Andrei, and its main feature is "Search new fonts on MyFonts.com and open the results in a new tab.".
Extension Screenshots
Download MyFonts Search Extension CRX File
Download MyFonts Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Search MyFonts.com for the best fonts out there and open the results in a new tab.
Extension Basic Information
Name | |
ID | omhcknbpnajhcajiocffkjciaoedmfgl |
Official URL | https://chrome.google.com/webstore/detail/myfonts-search/omhcknbpnajhcajiocffkjciaoedmfgl |
Description | Search new fonts on MyFonts.com and open the results in a new tab. |
File Size | 50.78 KB |
Installation Count | 596 |
Current Version | 1.2 |
Last Updated | 2019-08-11 |
Publish Date | 2019-08-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Kreativ Andrei |
[email protected] | |
Payment Type | free |
Extension Website | https://www.kreativfont.com |
Help Page URL | https://www.kreativfont.com/contact |
Privacy Policy Page URL | https://www.kreativfont.com/terms-of-use-privacy-policy |
Supported Languages | 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" } |