Smooth Fonts
This lightweight extension significantly improves font rendering on computers running OS X.
Cos'è Smooth Fonts?
Smooth Fonts è un'estensione di Chrome sviluppata da James Edmonston, e la sua funzione principale è "This lightweight extension significantly improves font rendering on computers running OS X.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smooth Fonts
Scarica i file di estensione Smooth Fonts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | jomdmdadhphmnkfocajhglgmhfmeajef |
URL Ufficiale | https://chrome.google.com/webstore/detail/smooth-fonts/jomdmdadhphmnkfocajhglgmhfmeajef |
Descrizione | This lightweight extension significantly improves font rendering on computers running OS X. |
Dimensione del File | 2.84 KB |
Conteggio Installazioni | 905 |
Versione Corrente | 10.1.2 |
Ultimo Aggiornamento | 2016-05-11 |
Data di Pubblicazione | 2016-05-11 |
Valutazione | 4.14/5 Totale 28 Valutazioni |
Sviluppatore | James Edmonston |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://ethercreative.co.uk |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smooth Fonts", "description": "This lightweight extension significantly improves font rendering on computers running OS X.", "version": "10.1.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "permissions": [ "activeTab" ] } |