Font Finder
Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..
Font Finder क्या है?
Font Finder https://artaxconsulting.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more.."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Font Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Best way to find font family, weight, color, etc based on the web page. Use this font finder to detect what the font is, the font size, the font weight, and font color. Simply highlight any text on the web page you have visited, and then click the extension in your Google Chrome toolbar to see all of the details on the font you want to know more about.
एक्सटेंशन की मूल जानकारी
नाम | Font Finder |
ID | ekanenkhcfehejceckfcogmfbbhadchd |
आधिकारिक URL | https://chromewebstore.google.com/detail/font-finder/ekanenkhcfehejceckfcogmfbbhadchd |
विवरण | Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more.. |
फ़ाइल का आकार | 176 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2023-07-31 |
प्रकाशन तिथि | 2023-06-04 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://artaxconsulting.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://artaxconsulting.com/ |
गोपनीयता नीति पृष्ठ URL | https://artaxconsulting.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Font Finder", "description": "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more.. ", "version": "0.0.6", "manifest_version": 3, "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_popup": "index.html", "default_title": "Font Finder" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "assets\/content.ts-loader-50f5fc1f.js" ], "matches": [ " |