如何从Chrome扩展程序示例(Subversion存储库)下载所有文件?

问题描述:

我想下载 Stackoverflow问题(但答案来自2011年).

I would like to download this examples. They are shown using ViewVC (which I believe is related to subversion) and it seems that there is no easy way of downloading from there, according to this Stackoverflow question (but the answers are from 2011).

有什么方法可以轻松访问那些文件吗?我不在乎命令行工具.

Is there any way to easily access those files? I don't mind command line tools.

谢谢.

源代码中的每个扩展示例也都可以通过zip文件获得,并直接链接到

Every extension example in the source code is available as a zip file as well, directly linked at https://developer.chrome.com/extensions/samples.

如果比较路径,您肯定会注意到一种模式:

If you compare the paths, you'll surely notice a pattern:

https://developer.chrome.com/extensions/examples/api/tabs/pin.zip

https://developer.chrome.com/extensions/examples/api/tabs/screenshot.zip