Chrome 在哪里存储在 Windows 7 上使用 Amazon-Cloud Extension 下载的离线图书?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/23166636/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Where does Chrome stores offline books downloaded using Amazon-Cloud Extension on Windows 7?
提问by JAN
I've downloaded from Amazon a few books using the Chrome Cloud Reader extension.
我已经使用 Chrome Cloud Reader 扩展从亚马逊下载了几本书。
The only possible way to view those books is from inside the Chrome Reader extension , and let's be frank , it's pretty much a very annoying extension .
查看这些书籍的唯一可能方法是从 Chrome 阅读器扩展程序内部,坦率地说,它几乎是一个非常烦人的扩展程序。
I want to view those books (I guess .mobifiles) in my own viewer (Calibre) , but I can't find the books that chrome downloaded (I'm working offline so I downloaded the books , but they're invisible) .
我想在我自己的查看器(口径)中查看这些书(我猜是.mobi文件),但我找不到 chrome 下载的书(我正在离线工作,所以我下载了这些书,但它们是不可见的) .
Any idea where Chrome is storing those offline books ?
知道 Chrome 在哪里存储这些离线书籍吗?
Much appreciated
非常感激
采纳答案by Waynn Lue
So this doesn't directly answer your question, but if you're trying to find the .mobi files for use with Calibre, I would just download the Kindle for PC applicationand find the downloaded files for importing into Calibre.
所以这并不能直接回答您的问题,但如果您要查找与 Calibre 一起使用的 .mobi 文件,我只需下载适用于 PC的Kindle 应用程序并找到下载的文件以导入 Calibre。
They're stored in...
它们存储在...
- Windows:
Libraries/Documents/My Kindle Content
- macOS:
~/Library/Containers/com.amazon.Kindle/Data/Library/Application Support/Kindle/My Kindle Content
- 窗户:
Libraries/Documents/My Kindle Content
- 系统:
~/Library/Containers/com.amazon.Kindle/Data/Library/Application Support/Kindle/My Kindle Content
回答by Boon
I think I've found where it stores them, but you won't like it.
我想我已经找到了它存储它们的地方,但你不会喜欢它。
C:\Users\Username\AppData\Local\Google\Chrome\User Data\Default\databases\https_read.amazon.com_0
Contains a couple of files that don't have file extensions. They are SQLite 3 files. If you keep track of the file size and last edited time when you download a book, it gets bigger and is modified at the same time. Having potentially found the book, I still didn't get anywhere. Looking at the database in Sqlite Browser, it seems that the books are broken apart into thousands of fragments.
包含几个没有文件扩展名的文件。它们是 SQLite 3 文件。如果您在下载一本书时跟踪文件大小和上次编辑时间,它会变大并同时被修改。可能找到了这本书,我仍然没有找到任何地方。在Sqlite Browser中查看数据库,书籍似乎被分成了数千个片段。