DevTools Font Changer
Font changer for chrome devtools.
What is DevTools Font Changer?
DevTools Font Changer is a Chrome extension developed by pranay rauthu, and its main feature is "Font changer for chrome devtools.".
Extension Screenshots
Download DevTools Font Changer Extension CRX File
Download DevTools Font Changer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
modifies chrome devtools font. # How to use? - Navigate to chrome://flags and enable 'Developer Tools Experiments' - Enable 'Allow custom UI themes' in 'Experiments tab' of chrome devtools settings - change font in options page of the extension
Extension Basic Information
Name | DevTools Font Changer |
ID | fikbcnlbgoafooldbkgikejejhaddajg |
Official URL | https://chromewebstore.google.com/detail/devtools-font-changer/fikbcnlbgoafooldbkgikejejhaddajg |
Description | Font changer for chrome devtools. |
File Size | 10.53 KB |
Installation Count | 1,650 |
Current Version | 1.0.4 |
Last Updated | 2019-03-30 |
Publish Date | 2019-03-30 |
Rating | 4.38/5 Total 21 Ratings |
Developer | pranay rauthu |
Payment Type | free |
Extension Website | https://github.com/pranayrauthu/DevToolsFontChanger |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTools Font Changer", "version": "1.0.4", "description": "Font changer for chrome devtools.", "devtools_page": "devtools.html", "options_page": "options.html", "manifest_version": 2, "permissions": [ "storage" ] } |