gddigmbjjinfhmnepiaijhfjjhdfffon
Transform plain JavaScript files viewed in your browser into beautifully formatted, syntax-highlighted code with a professional editor-like experience. This extension enhances readability and provides powerful tools for developers and code reviewers. Automatic Detection: Automatically detects and transforms .js files opened directly in Chrome. Professional Formatting: Formats JavaScript code with proper indentation and spacing, with an option to disable beautification while retaining highlighting. Advanced Syntax Highlighting: Enjoy rich, customizable syntax highlighting with distinct colors for keywords, operators, strings, numbers, comments, functions, and identifiers. Multiple Themes: Switch between popular code editor themes like VS Code Dark (default), GitHub Light, Monokai, Solarized Dark, and Dracula to suit your preference. Line Numbers: Displays line numbers along the left margin for easy navigation and reference. Code Search: Quickly find keywords or phrases within the code with a built-in search function, including navigation to next/previous matches. Line Wrapping: Toggle line wrapping to improve readability for long lines of code. Performance Optimized: All transformations are performed client-side, ensuring fast performance and offline capability. Responsive Design: Adapts seamlessly to different screen sizes.
SmoothType
Enhance text editors with a smooth, Microsoft Word-style cursor caret animation. SmoothType enhances text editors by adding a smooth, Microsoft Word-style cursor caret animation, making your typing experience more fluid and visually pleasing. The extension allows you to fully customize the cursor caret's visual settings, including adjustable transition delays and custom CSS animation effects. Currently supports Google Docs, Sheets, and Overleaf.
MP3 Converter
Pure JavaScript MP3 converter to encode media files into MP3 format and add ID3 Tags This extension adds a button to the toolbar area which brings up the actual conversion tool. Just drop one or multiple media files (both video or audio types are supported) and wait for the extension to convert audio streams to MP3 format. After a successful conversion, files will be placed in your default download directory. You can press each item in the UI to navigate to the converted MP3 file. Note that you can copy media links to the clipboard and then use the "Parse content from clipboard" option to extract media links from the clipboard. Also, it is possible to select media links in a browser tab and drop selection into the converter window. The extension will extract all the links and convert media links Notes: 1. This extension uses pure JavaScript engine to convert media files to MP3 format. There are no external dependencies. 2. This extension uses your browser's internal engine to decode media files so to be able to convert a media file to MP3 format, your browser should be able to play the media file. This means if a format is not yet supported by your browser, the extension will not be able to convert 3. You can convert from right-click context menu over links, audio and video elements too. Just press "Convert to MP3" context menu item. 4. You can stop the conversion process at any time by pressing the close button on the right side of each entry. 5. As of version 0.2.0, this extension supports a custom decoder and muxer which activates if the browser's native decoder fails. The custom decoder is based on FFmpeg project and can decode almost all possible media sources even if the media source cannot be parsed by your browser.
Pretty Js
Pretty print your Javascript and JSON. Format your code for easier reading. Convert between XML and JSON. A simple tool to quickly and easily format your JavaScript and JSON. See your code formatted as you type! Or have your code instantly converted when you paste into the text area. Also lets you convert between JSON and XML. This tool is useful if you : - want a quick way to format JSON that is, for example, returned as a single line by a Web service call. - have a JSON structure that's just badly formatted, - just want to prototype a JSON structure and have it formatted as you type rather than worry about formatting it yourself. - want to see the formatted JSON while debugging a web service call - need your JSON as XML or want to convert some XML to JSON Features: - available as an icon on your Chrome toolbar - remembers the current state so when you reopen the tool you can carry on where you left off- you won't lose any of your work when you close the tool - convenient buttons for copy and pasting to and from the clipboard - provides a useful button for replacing the JSON in your work area with the formatted version - useful when prototyping a JSON structure - formats Javascript - basic json validation errors are shown - provides links to other tools from LinangData from the More tools menu - It's free!
Beautifer & Minify
This extension helps you quickly to minify and beautify CSS, HTML and JavaScript code! Make your website smaller and faster to load by minifying the JS, HTML and CSS code. Featuring: ✅ CSS, HTML, JavaScript minifier ✅ CSS, HTML, JavaScript beautifier ✅ Multiple files minifier. Merge more files in one and minify it faster ✅ Possibility to sort multiple files by name ✅ Ace editor with monokai theme ✅ Emmet support ✅ Offline support for CSS, HTML and JS beautifier ✅ Open tools in new tab ✅ Minimal design Credits for open source code used by this extension: * Einar Lielmanis's beautifier JS library * Andy Chilton API's for minify * jQuery * Ace Editor Library * Emmet for JS