Modify DevTools Fonts
To Modify DevTools Font to SF UI Text and Monaco;
Apa itu Modify DevTools Fonts?
Modify DevTools Fonts adalah ekstensi Chrome yang dikembangkan oleh AlphaTr, dan fitur utamanya adalah "To Modify DevTools Font to SF UI Text and Monaco;".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Modify DevTools Fonts
Unduh file ekstensi Modify DevTools Fonts 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
To Modify DevTools Font to SF UI Text and Monaco;
Informasi Dasar Ekstensi
Nama | |
ID | ieaamoipiklnfjboicdchbbinbifjied |
URL Resmi | https://chrome.google.com/webstore/detail/modify-devtools-fonts/ieaamoipiklnfjboicdchbbinbifjied |
Deskripsi | To Modify DevTools Font to SF UI Text and Monaco; |
Ukuran File | 10.76 KB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2019-11-06 |
Tanggal Publikasi | 2019-11-06 |
Pengembang | AlphaTr |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Modify DevTools Fonts", "version": "1.1.2", "description": "To Modify DevTools Font to SF UI Text and Monaco;", "devtools_page": "devtools.html", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false } } |