MyFonts Search
Search new fonts on MyFonts.com and open the results in a new tab.
MyFonts Searchคืออะไร?
MyFonts Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kreativ Andrei และคุณลักษณะหลักของมันคือ "Search new fonts on MyFonts.com and open the results in a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyFonts Search
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |