Fonts Ninja
Speed up your design workflow!
Fonts Ninjaคืออะไร?
Fonts Ninja เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fonts.ninja และคุณลักษณะหลักของมันคือ "Speed up your design workflow!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fonts Ninja
ดาวน์โหลดไฟล์ส่วนขยาย Fonts Ninja ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Identify fonts from any website, bookmark, try, and buy them. ----------------- Features : Font DNA Our proprietary algorithm analyses font files to get more accurate results. Rollover any text to get the font name and CSS properties. The main extension window will also display a summary of all font used on a website. BTW, we dramatically improved the processing speed (this could change depending on websites). Font details You can get more information about fonts. Check how many styles are available, their foundry, and price. Font Bookmarks Bookmark fonts and manage your font bookmarks right within the extension. Trial Fonts (premium only) The optional macOS/windows app installs trial versions of fonts you discover on websites. You can then use them in any software. This is a paid feature with a free trial. Feedback and support: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fonts Ninja |
ID | eljapbgkmlngdpckoiiibecpemleclhh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fonts-ninja/eljapbgkmlngdpckoiiibecpemleclhh |
คำอธิบาย | Speed up your design workflow! |
ขนาดไฟล์ | 1.45 MB |
จำนวนการติดตั้ง | 805,711 |
เวอร์ชันปัจจุบัน | 6.0.25 |
อัปเดตครั้งล่าสุด | 2021-11-11 |
วันที่เผยแพร่ | 2020-03-19 |
คะแนน | 4.37/5 รวมทั้งหมด 659 คะแนน |
ผู้พัฒนา | https://fonts.ninja |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.fonts.ninja/ |
URL หน้าช่วยเหลือ | https://www.fonts.ninja/help |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Fonts Ninja", "name": "Fonts Ninja", "version": "6.0.25", "manifest_version": 2, "description": "Speed up your design workflow!", "homepage_url": "https:\/\/www.fonts.ninja", "author": "Fonts Ninja", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_title": "Fonts Ninja", "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } }, "browser_specific_settings": { "gecko": { "id": "@ffn", "strict_min_version": "50.0" } }, "background": { "persistent": false, "scripts": [ "app\/background.js" ] }, "permissions": [ "activeTab", "storage", "nativeMessaging", "http:\/\/*\/", "https:\/\/*\/" ], "web_accessible_resources": [ "resources\/*", "static\/*", "icons\/*", "notifications\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |