Este script exportará suas coleções do Edge como um arquivo de favoritos que pode ser importado por outros navegadores.
Node.js e npm
Instale o script e execute npx export-edge-collections
user@user ~> npx export-edge-collections
Need to install the following packages:
export-edge-collections
Ok to proceed? (y)
### Please enter the path for the edge collections file
### Example in Windows: C:Users{UserName}AppDataLocalMicrosoftEdgeUser DataDefaultCollectionscollectionsSQLite
### Example in Mac: /Users/{UserName}/Library/Application Support/Microsoft Edge/Default/Collections/collectionsSQLite
### Example in Linux: /home/{userName}/.config/microsoft-edge-dev/Default/Collections/collectionsSQLite
>>
Digite o caminho absoluto do collectionsSQLite
no seu PC.
Exemplo: >> /home/user/.config/microsoft-edge-dev/Default/Collections/collectionsSQLite
user@user ~> npx export-edge-collections
Need to install the following packages:
export-edge-collections
Ok to proceed? (y)
### Please enter the path for the edge collections file
### Example in Windows: C:Users{UserName}AppDataLocalMicrosoftEdgeUser DataDefaultCollectionscollectionsSQLite
### Example in Mac: /Users/{UserName}/Library/Application Support/Microsoft Edge/Default/Collections/collectionsSQLite
### Example in Linux: /home/{userName}/.config/microsoft-edge-dev/Default/Collections/collectionsSQLite
>> /home/user/.config/microsoft-edge-dev/Default/Collections/collectionsSQLite
[SUCCESS] Export Success!!
[SUCCESS] Let's import EdgeCollectionBookmarks.html into your favarite browser!!
Se o caminho inserido estiver correto, o arquivo de favoritos será gerado no diretório atual.
user@user ~> ls
EdgeCollectionBookmarks.html
Você pode importar isso no seu navegador favorito.
nó v16.3.0
npm 7.16.0
├── [email protected]
└── [email protected]