Detect Font
Detect fonts used in web pages
Detect Font क्या है?
Detect Font @hmarr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detect fonts used in web pages"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Detect Font एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
"What's that gorgeous font?", you ask... Well, now you'll know! Click the icon in the browser toolbar to activate font detection mode, and hover over parts of the page to reveal which font is being used. Unlike other font-detecting extensions, this won't ask for full access to every website you visit. It's only activated when you press the button in the toolbar, so you stay in control of your privacy.
एक्सटेंशन की मूल जानकारी
नाम | Detect Font |
ID | mpljfgaicpdodihppfoolcididbkalce |
आधिकारिक URL | https://chromewebstore.google.com/detail/detect-font/mpljfgaicpdodihppfoolcididbkalce |
विवरण | Detect fonts used in web pages |
फ़ाइल का आकार | 12.29 KB |
स्थापना संख्या | 1,677 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2023-10-19 |
प्रकाशन तिथि | 2020-04-10 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | @hmarr |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/hmarr/chrome-detect-font |
सहायता पृष्ठ URL | https://github.com/hmarr/chrome-detect-font/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Detect Font", "version": "1.1", "author": "Harry Marr", "description": "Detect fonts used in web pages", "homepage_url": "https:\/\/github.com\/hmarr\/chrome-detect-font", "icons": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "scripting", "activeTab" ], "action": { "default_icon": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png" } } } |