Чем открыть файл history chrome
Перейти к содержимому

Чем открыть файл history chrome

  • автор:

Чем открыть файл history chrome

You can also use this tool to read the history of other Chromium-based Web browsers, like Microsoft Edge, Opera, Vivaldi, and others.

Versions History
  • Version 1.52
    • If you try to delete history records while the history file is locked by the Web browser, ChromeHistoryView now displays the appropriate message.
    • Updated to work much faster when there are many Chrome history records.
    • Fixed a few high DPI mode issues.
    • Added ‘Visit Duration’ column.
    • Improved the ‘Referrer’ column in new versions of Chrome.
    • Updated to read the history database file of the latest versions of Chrome Web browser.
    • You can now choose the desired encoding (ANSI, UTF-8, UTF-16) to save the csv/xml/text/html files. (Options -> Save File Encoding )
    • Updated to work properly in high DPI mode.
    • Fixed bug: ChromeHistoryView crashed if there was an history record with missing URL.
    • Added ‘Edge History File’ button to the ‘Advanced Options’ window. When you click this button, ChromeHistoryView automatically fills the history file of Chromium-based Edge Web browser, and then you can view the history of Edge Web browser.
    • Added new option: ‘Delete Selected History Records’, which allows you to select one or more items and then delete the Chrome history records.
    • Added ‘History File’ column.
    • When pressing F5 (Refresh) the refresh process is smoother, keeping the selected item and scroll position.
    • Added ‘Add Header Line To CSV/Tab-Delimited File’ option (Turned on by default).
    • Added ‘Quick Filter’ feature (View -> Use Quick Filter or Ctrl+Q). When it’s turned on, you can type a string in the text-box added under the toolbar and ChromeHistoryView will instantly filter the history table, showing only items that contain the string you typed.
    • Added ‘Auto Size Columns+Headers’ option.
    • You can now specify the base User Data folder of Chrome (e.g: C:\Users\user1\AppData\Local\Google\Chrome\User Data ) in ‘Advanced Options’ window for loading the history of all profiles.
    • Added new columns: ‘Transition Type’ and ‘Transition Qualifiers’. You can read about the meaning of these fields here and here.
    • Added new buttons to easily choose the history file of Chrome-base Web browsers: ‘Vivaldi History File’, ‘Yandex History File’ (Advanced Options window).
    • Added ‘URL Length’ column.
    • Added ‘Opera History File’ button to the ‘Advanced Options’ window, which allows you to easily use this tool to view the history of Opera Web browser. (Opera is now based on the code of Chrome Web browser. )
    • ChromeHistoryView now displays the history of all Chrome profiles.
    • Added ‘Profile’ column.
    • You can now specify environment variables in the history file on the ‘Advanced options’ window, for example: %LocalAppData%\Google\Chrome\User Data\default\History
    • Fixed to display local date/time values according to daylight saving time settings.
    • You can now click the URL in the HTML report to open the URL in your Web browser.
    • Added new command-line options: /UseHistoryFile, /HistoryFile, /UseVisitTimeFilter, /VisitTimeFilter, /UseTimeRange, /TimeRangeFrom, /TimeRangeTo
    • Fixed bug: ChromeHistoryView failed to load the history if the history path contained non-English characters.
    • Added option to view only the URLs visited in the specified time range. (In Advanced Options window)
    • Added option to view only the URLs visited in the last xx days. (In Advanced Options window)
    • Fixed ChromeHistoryView to work properly when Chrome is opened and locks the history file.
    Using ChromeHistoryView

    After you run it, the main window displays the list of visited Web pages loaded from the history file of Chrome Web browser. If you want to load the history file of another profile, simply use the Advanced Options window (F9) to choose another history file.

    You can select one or more history items, and then export the list into html/xml/csv/text file (‘Save Selected Items’ option — Ctrl+S). You can also copy the selected items to the clipboard, and then paste them to Excel or to OpenOffice spreadsheet.

    Command-Line Options

    ‘ prefix character (e.g: "

    Visited On") if you want to sort in descending order. You can put multiple /sort in the command-line if you want to sort by multiple columns.

    Solved: How do I open Google Chrome History file

    The Google Chrome History file is a SQLite file which you can use the following free tool to view the content in SQLite databases:

    Note: Execute the following SQL command to convert the Chrome time stamps to a more meaningful date time:

    select datetime(Last_visit_time / 1000000 + (strftime(‘%s’, ‘1601-01-01’)), ‘unixepoch’, ‘localtime’) LastVisitTime, * from urls;

    Answer 2

    Login at the user and open chrome://history/ in the Chrome browser to view the Chrome history page.

    Answer 3

    Google Chrome browser only keeps 90 days of History. If you want to go back further, there are some extensions to achieve this but they can’t go back prior to their installation naturally.

    Answer 4

    Google lets you see the history on the web too unless you turn that off, visit here: https://history.google.com/history/

    Posted on Published: February 15, 2022 — Last updated: October 9, 2022

    Home > Solved: How do I open Google Chrome History file

    View Chrome History, and Export to Excel: ChromeHistoryView

    ChromeHistoryView is a freeware to view Chrome History. Google Chrome already comes with a nice history viewer, but ChromeHistoryView goes even further, and provide lot of additional information. Most importantly, this Chrome history viewer lets you export Chrome History to HTML, XML, CSV, or TXT file.

    When you run ChromeHistoryView, it immediately reads the history files of Chrome, and shows following information:

    • URL
    • Title
    • Date/Time of visit
    • Visit Count
    • Number of times user went to this URL by typing the URL (and not by being redirected from some other web page).
    • Referrer page

    ChromeHistoryView

    You can select the lines that you want to export, and choose to export Chrome history to HTML, XML, CSV, TXT. You can also export the history to clipboard, and then paste in Microsoft Excel, or Excel alternatives.

    How to use ChromeHistoryView

    To use ChromeHistoryView, just download the zip file, and run the exe in that. Nothing needs to be installed. ChromeHistoryView will immediately read the history files of Chrome, and show you the history. Also check out Google Chrome extensions.

    Unlock for Us

    A unified Solution for computer problems. Unlocking the best tools, solving the virtual-world problems, news, amazing places and helping through blogging.

    UnlockforUs Favorites

    WinBubble, Customize and tweak your Windows easily

    WinGuggle, Recover your Windows and Office Product Key easily

    Search This Blog

    Unlock For Us

    [How] Opening Google Chrome Files: History, Archived History, Cookies, Thumbnails and Web Data

    You already located the files, learned how to view and read the Chrome Cache . 

    Now, Let’s explore all of them.

    1. History File

    Note: Again, you can only view the database if Chrome is closed.

    Open the Database by pressing CTRL+O.

    In Data Structure Tab, we can see all the Structure of the database. Using the tool, we can make a program that can access and read the Chromes Cache without seeing the source code. 

    historystructure1

    In the Browse Data Tab Choose the Table Downloads to access and view the list of files that has been downloaded including the location .

    browsedataTab

    You can even see the Keywords that you have used while searching by choosing keyword_search_terms Table

    keywordterms

     

    urls Table: Complete list of the previously visited web sites

    visitedurls

    2. Bookmarks File — This is where Favorites are saved

    OpenwithNotepad

    Using WinBubble "Open with Notepad" you can easily open the file.

    bookmarksbar

    This is really important because if you want to create a program that can sync the bookmarks to several computers. That’s great!

    3. Cookies file

    This is where the cookies are stored. How about the encrypted ones? (username and passwords. Look For Web Data File ) It’s encrypted, you need to decrypt the value to see the actual password. Please Read here

    cookies

    There are many exciting things that you can discover in this data. I’m sure in the coming days. There are many programs that will be created and provide an interface to these information’s.

    4. Thumbnails file – This is where the thumbnails are stored. If you want to refresh the pictures. Simply delete the file.

    thumbnails

    This will be the results… As soon as you visit the website, It will be updated.

    thumbnailschange2

    Please continue Exploring the other files.

    Especially the Preference File (Clue: use WinBubble Context Menu again)

    ENJOY.

    Read More Articles:

    5 Comments:

    nice, i’d just like to add
    same like opera/firefox chrome has «specialized» about:cache adress which simply lists contents of a browsers cache

    Any idea how to change the location of the User Data folder? I tried copying the entire Chrome directory to a flash drive to run it portably. It works; however, Chrome (from the flash drive) once again creates a new Chrome directory in the old location (even if it’s not already there) with a User Data file in it. Obviously the file path is absolute and not relative. I just want to change it to relative so it goes on the flash drive.

    WTF Your the Best Men in the whole funckin world!

    @Brent «Rowan» Hopkins
    chrome.exe —user-data-dir=x:\profiledir

    Hey. I’ve just been muckin around in the Google Chrome files and I’m not sure if this has been mentioned (couldn’t find it), but in XP (Probably similar in Vista) if you goto C:\Documents and Settings\USER\Local Settings\Application Data\Google\Chrome\User Data\Default\Cache as previously mentioned in the posts the «files» located in there hold a little secret.

    If you open the file in notepad some of the files will tell you in the first line what it is. eg: PNG, JPG, FLV etc. (Warning, bigger files can take a while but hold).

    This means you can simply rename to f34534587 to f34534587.jpg and view it. Other files say things like JFIF or JPG which tend to be obvious by the file size anyway.

    Not sure if anyone has been lookin for this answer but I was looking for a file in my cache and found it this way.
    =]

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *