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 |
官方網址 | 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" } |