WhatFont

The easiest way to identify fonts on web pages.

Τι είναι το WhatFont;

Το WhatFont είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chengyinliu.com, και η κύρια λειτουργία του είναι "The easiest way to identify fonts on web pages.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WhatFont

Λήψη αρχείων επέκτασης WhatFont σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Say goodbye to the complexity of developer tools for identifying fonts. With WhatFont, discovering the fonts used on websites becomes as effortless as hovering over text. Want more details? A simple click on any element reveals the styles applied, making it easier than ever to uncover the secrets behind beautiful typography.

Recommended by Wired WebMonkey, Lifehacker, and SwissMiss.

———————————————————————————

History:
• 3.2.0
	- Improved toolbar icon compatibility
• 3.1.1
	- Removed unnecessary developer logging
• 3.1.0
	- Added multiple color format support
• 3.0.1
	- Restored escape key to exit
• 3.0.0
	- Completely Rewritten: The entire extension has been rebuilt for better performance and usability.
	- Updated Permission Model: We've revised permissions to better respect user privacy while maintaining functionalities.
	- Refreshed Appearance: The look has been updated for a more modern feel.
	- Isolation from Host Website Styling: Ensures WhatFont's appearance is unaffected by the website it's used on.
	- Adaptive Toolbar Icon: The toolbar icon now changes based on the system's appearance settings.
	- Support for New CSS Color Values: Enhanced support for the latest CSS color values.
• 2.1.0
	- A new design thanks to Siddharth Mate
• 2.0.3
	- Retina toolbar icon
• 2.0.2
	- Fix option page for button styles
• 2.0.1
	- Use native screen capturer
• 2.0
	- Improved sharing
• 1.7
	- Added font services detection for FontDeck (Thanks to Mark Perkins)
	- Improved font detecting algorithm
	- Improved overall performance
• 1.6.1
	- Added color detection for text
• 1.6
	- Added a tweet button for instant sharing through Twitter
	- Improved style reseting
­• 1.5
	- Overall restyling
­• 1.4.4
	- Supported light icon for dark themes
­• 1.4.3
	- Fixed a bug related to Typekit service detection
­• 1.4.2
	- Reduced loading time
	- Supported HTTPS protocol
­• 1.4.1
	- Fixed stylesheet bug
• 1.4
	- Restructured source code
	- Supported font services detection for Typekit and Google Font API
	- Fixed toolbar button bug. Second click is now "Exit WhatFont"                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WhatFont WhatFont
ID jabopobgcpjmedljpbcaablpmlmfcogm
Επίσημο URL https://chromewebstore.google.com/detail/whatfont/jabopobgcpjmedljpbcaablpmlmfcogm
Περιγραφή The easiest way to identify fonts on web pages.
Μέγεθος Αρχείου 741 KB
Αριθμός Εγκαταστάσεων 2,641,534
Τρέχουσα Έκδοση 3.2.0
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2017-05-06
Αξιολόγηση 4.00/5 Συνολικά 1946 Αξιολογήσεις
Προγραμματιστής https://chengyinliu.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://chengyinliu.com/whatfont.html
Διεύθυνση URL της Σελίδας Βοήθειας http://chengyinliu.com/whatfont.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WhatFont",
    "author": "[email protected]",
    "description": "The easiest way to identify fonts on web pages.",
    "homepage_url": "http:\/\/chengyinliu.com\/whatfont.html",
    "version": "3.2.0",
    "background": {
        "service_worker": ".\/background\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png",
            "76": "icon76.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png",
        "256": "icon256.png"
    }
}