Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.4.2",
"name": "What the font",
"description": "What font - easy font identifier on the any webpage. Font checker will help you find font in one click.",
"manifest_version": 3,
"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"
}
}
}