Remove Helvetica Neue
Replaces Helvetica Neue font family from CSS font stack to use next fallback.
Apa itu Remove Helvetica Neue?
Remove Helvetica Neue adalah ekstensi Chrome yang dikembangkan oleh afalchi82, dan fitur utamanya adalah "Replaces Helvetica Neue font family from CSS font stack to use next fallback.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Remove Helvetica Neue
Unduh file ekstensi Remove Helvetica Neue dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Unlike other extensions, this one doesn't automatically provide Arial as fallback, to respect designer's second choise of font family.
Informasi Dasar Ekstensi
Nama | Remove Helvetica Neue |
ID | aebieeaodhkabdnmhjbfmdohhhcoipof |
URL Resmi | https://chromewebstore.google.com/detail/remove-helvetica-neue/aebieeaodhkabdnmhjbfmdohhhcoipof |
Deskripsi | Replaces Helvetica Neue font family from CSS font stack to use next fallback. |
Ukuran File | 17.8 KB |
Jumlah Instalasi | 1,044 |
Versi Saat Ini | 0.10 |
Terakhir Diperbarui | 2015-10-17 |
Tanggal Publikasi | 2015-10-17 |
Penilaian | 4.28/5 Total 18 Penilaian |
Pengembang | afalchi82 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "https:\/\/www.twitter.com\/alefalchi", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "js\/script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Replaces Helvetica Neue font family from CSS font stack to use next fallback.", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "Remove Helvetica Neue", "version": "0.10" } |