FontScanner - Scan for font family names
Scans the web page for font names to display the distinct font names applied on the page.
FontScanner - Scan for font family names क्या है?
FontScanner - Scan for font family names https://apps4u.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scans the web page for font names to display the distinct font names applied on the page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FontScanner - Scan for font family names एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
FontScanner helps in finding out the distinct font family names for the whole webpage, based on the properties set for each individual elements on the page. This will help the developers and testers to find those elements that are set with the wrong or undesired font family names, quickly. From the page scan results, FontScanner can also show the elements related to a specific font name. This helps in identification of the specific element that has the undesired font name.
एक्सटेंशन की मूल जानकारी
नाम | FontScanner - Scan for font family names |
ID | aodilhmhlmomokijchbkajpoibenmakn |
आधिकारिक URL | https://chromewebstore.google.com/detail/fontscanner-scan-for-font/aodilhmhlmomokijchbkajpoibenmakn |
विवरण | Scans the web page for font names to display the distinct font names applied on the page. |
फ़ाइल का आकार | 47.22 KB |
स्थापना संख्या | 6,622 |
वर्तमान संस्करण | 0.0.0.4 |
अंतिम अपडेट | 2021-02-04 |
प्रकाशन तिथि | 2017-04-22 |
रेटिंग | 4.00/5 कुल 9 रेटिंग्स |
डेवलपर | https://apps4u.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FontScanner - Scan for font family names", "short_name": "FontScanner", "version": "0.0.0.4", "manifest_version": 2, "description": "Scans the web page for font names to display the distinct font names applied on the page.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "FontScanner - Scan this web page" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "icons\/icon19.png" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |