Font Export
Extract typography details from any website and save as a CSV file
Font Export क्या है?
Font Export arto.product द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract typography details from any website and save as a CSV file"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Font Export एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Font Export is a must-have tool for designers, developers, and typography enthusiasts. With just a click, this Chrome extension scans the currently opened webpage and extracts detailed information about the typography used. It organizes the data into the table, providing insights into font families, sizes, styles, weights, letter spacing, and line heights. Plus, it helps export the data as a CSV file with a click of a button.
एक्सटेंशन की मूल जानकारी
नाम | Font Export |
ID | lekhnfeadcfbodpjfgejfkfihjehanie |
आधिकारिक URL | https://chromewebstore.google.com/detail/font-export/lekhnfeadcfbodpjfgejfkfihjehanie |
विवरण | Extract typography details from any website and save as a CSV file |
फ़ाइल का आकार | 11.17 KB |
स्थापना संख्या | 93 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2023-08-01 |
प्रकाशन तिथि | 2023-07-31 |
डेवलपर | arto.product |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Font Export", "version": "0.0.1", "description": "Extract typography details from any website and save as a CSV file", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |