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 |
Eメール | [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" } |