Open with chrome instead of loading

I had a problem when I try to open a txt file with chrome from the local file system (file: ///home/solomon/Desktop/temp2.txt), chrome save another copy in my download folder, and not open it: (

I want to open and view any text file with chrome because of its ease of selection when searching for text. Can I ask how to make this option, which uses chrome, to open the file, and not download it?

+6
source share
1 answer

Try ctrl+O , then select this file. It allows you to view the file in a browser.

0
source

Source: https://habr.com/ru/post/918054/


All Articles