MyFonts Search
Search new fonts on MyFonts.com and open the results in a new tab.
Apa itu MyFonts Search?
MyFonts Search adalah ekstensi Chrome yang dikembangkan oleh Kreativ Andrei, dan fitur utamanya adalah "Search new fonts on MyFonts.com and open the results in a new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MyFonts Search
Unduh file ekstensi MyFonts Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Search MyFonts.com for the best fonts out there and open the results in a new tab.
Informasi Dasar Ekstensi
Nama | |
ID | omhcknbpnajhcajiocffkjciaoedmfgl |
URL Resmi | https://chrome.google.com/webstore/detail/myfonts-search/omhcknbpnajhcajiocffkjciaoedmfgl |
Deskripsi | Search new fonts on MyFonts.com and open the results in a new tab. |
Ukuran File | 50.78 KB |
Jumlah Instalasi | 596 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2019-08-11 |
Tanggal Publikasi | 2019-08-11 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Kreativ Andrei |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.kreativfont.com |
URL Halaman Bantuan | https://www.kreativfont.com/contact |
URL Halaman Kebijakan Privasi | https://www.kreativfont.com/terms-of-use-privacy-policy |
Bahasa yang Didukung | 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" } |