Click here to Skip to main content
15,881,381 members
Everything / Chrome

Chrome

chrome

Great Reads

by Michael Haephrati
Chrome stores all passwords and other credentials in an encrypted database but guess what: they can be retrieved by anyone with the proper knowledge. This article will show you how.
by Athari
A walkthrough of creating a user style which changes GitHub user interface to one resembling classic Windows GUI from Windows 9x.
by Michael Haephrati
How to fetch and search your Chrome history by accessing the "history" Sqlite database
by Rion Williams
Updated Chrome Debugging tools that are worth mentioning

Latest Articles

by morzel
Safer Binding due to TypeScript's keyof Operator
by OwenDavies
How to store internet bookmarks to disk in a non-proprietary way and make them easily accessible
by Jeremy Likness
Advanced Blazor techniques are covered such as sharing Razor class libraries between a Blazor WebAssembly project and Blazor server-side. Shows how to reference embedded resources like JavaScript libraries, debug on server-side then deploy as client-side and debug in the browser.
by timtocci
Originally this application was a console application that I developed to get the music off of my iPod. After my post on transparent forms in VIsual Basic I decided to port it to a Widget format to make it easier to use and demonstrate what goes into creating a transparent Windows Forms application.

All Articles

Sort by Score

Chrome 

22 Jun 2017 by Rion Williams
Updated Chrome Debugging tools that are worth mentioning
20 Nov 2019 by Jeremy Likness
Advanced Blazor techniques are covered such as sharing Razor class libraries between a Blazor WebAssembly project and Blazor server-side. Shows how to reference embedded resources like JavaScript libraries, debug on server-side then deploy as client-side and debug in the browser.
24 May 2019 by Andrew Blank
A bit about this project I was asked by a co-worker for an example of using Selenium Web Browser Automation with C# so I wrote a quick example in C# with MSTest and DotNet Core and I posted it to Github. https://github.com/andyrblank/Selenium-C-Sharp-Example What is Selenium?
19 Jul 2019 by timtocci
Originally this application was a console application that I developed to get the music off of my iPod. After my post on transparent forms in VIsual Basic I decided to port it to a Widget format to make it easier to use and demonstrate what goes into creating a transparent Windows Forms application.
21 May 2020 by OwenDavies
How to store internet bookmarks to disk in a non-proprietary way and make them easily accessible
5 Jun 2020 by morzel
Safer Binding due to TypeScript's keyof Operator