BrowserHistoryEntry
Defined in: domain/history/browser-history.ts:35
疑似CLIで扱うChrome履歴entry。
Properties
Section titled “Properties”childrenCount
Section titled “childrenCount”
readonlychildrenCount:0
Defined in: domain/history/browser-history.ts:37
子要素数。
folderPath
Section titled “folderPath”
readonlyfolderPath:"/History"
Defined in: domain/history/browser-history.ts:39
疑似CLI上の仮想folder path。
readonlyid:string
Defined in: domain/history/browser-history.ts:41
Chrome History API上のID。
readonlykind:"history"
Defined in: domain/history/browser-history.ts:43
Entry種別。
lastVisitTime
Section titled “lastVisitTime”
readonlylastVisitTime:number
Defined in: domain/history/browser-history.ts:45
最終訪問日時。epoch milliseconds。
parentId
Section titled “parentId”
readonlyparentId:"history"
Defined in: domain/history/browser-history.ts:47
仮想親ID。
readonlytitle:string
Defined in: domain/history/browser-history.ts:49
表示title。
typedCount
Section titled “typedCount”
readonlytypedCount:number
Defined in: domain/history/browser-history.ts:51
アドレスバー入力で開いた回数。
readonlyurl:string
Defined in: domain/history/browser-history.ts:53
訪問URL。
visitCount
Section titled “visitCount”
readonlyvisitCount:number
Defined in: domain/history/browser-history.ts:55
訪問回数。