如何使用批处理代码在多个“Google Chrome 浏览器标签”中添加多个书签? [关闭]

问题描述 投票:0回答:0

我是批量编码的新手。我的桌面上有 2 个 Google Chrome 标签页。选项卡名称是按数字排列的

Chrome-001
Chrome-002

我在多个 Google Chrome 浏览器选项卡中有一个打开 URL 的代码。

那个代码是

@echo off

start Chrome-001 https://www.youtube.com
start Chrome-002 https://www.facebook.com

使用上面的代码,我可以在两个单独的选项卡上打开两个站点。

现在我想使用批处理代码将这些 URL(

https://www.youtube.com
https://www.facebook.com
)添加为每个选项卡中的书签(在
Chrome-001
Chrome-002
中)。

我正在尝试这个,但我对批处理代码知之甚少。

google-chrome batch-file
© www.soinside.com 2019 - 2024. All rights reserved.