MyFonts Search
Search new fonts on MyFonts.com and open the results in a new tab.
什么是MyFonts Search?
MyFonts Search是由Kreativ Andrei开发的Chrome扩展程序,该扩展的主要功能是“Search new fonts on MyFonts.com and open the results in a new tab.”。
扩展截图
下载MyFonts Search扩展crx文件
下载MyFonts Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |