What Font - find font
Lets you know what font is used on any website
Qu'est-ce que What Font - find font ?
What Font - find font est une extension Chrome développée par sjki.genji, et sa fonction principale est "Lets you know what font is used on any website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension What Font - find font
Téléchargez les fichiers d'extension What Font - find font au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
어떤 웹 사이트에서 어떤 글꼴이 사용되는지 알 수 있습니다.
Informations de Base sur l'Extension
Nom | What Font - find font |
ID | aoicmjiknpcgkhgeobpfaljpidnnloll |
URL Officiel | https://chromewebstore.google.com/detail/what-font-find-font/aoicmjiknpcgkhgeobpfaljpidnnloll |
Description | Lets you know what font is used on any website |
Taille du Fichier | 215 KB |
Nombre d'Installations | 9,283 |
Version Actuelle | 5.3.9 |
Dernière Mise à Jour | 2021-02-22 |
Date de Publication | 2021-02-21 |
Développeur | sjki.genji |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "libs\/jquery.js", "libs\/html2canvas.min.js", "background.js" ] }, "browser_action": { "default_icon": { "128": "icon\/icon128.png", "256": "icon\/icon256.png", "76": "icon\/icon76.png", "96": "icon\/icon96.png" }, "default_title": "MyWhatFontManager" }, "content_scripts": [ { "js": [ "libs\/jquery.js", "chrome.js", "libs\/html2canvas.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "icon\/icon128.png", "256": "icon\/icon256.png", "48": "icon\/icon48.png", "96": "icon\/icon96.png" }, "manifest_version": 2, "name": "__MSG_name__", "options_page": "option.html", "permissions": [ "*:\/\/*\/*", " |