Ce script exportera vos collections Edge sous forme de fichier de signets pouvant être importé par d'autres navigateurs.
Node.js et npm
Installez le script et exécutez 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
>>
Entrez le chemin absolu des collectionsSQLite
sur votre PC.
Exemple : >> /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!!
Si le chemin que vous avez saisi est correct, le fichier de signets sera généré dans le répertoire courant.
user@user ~> ls
EdgeCollectionBookmarks.html
Vous pouvez l'importer dans votre navigateur préféré.
nœud v16.3.0
npm 7.16.0
├── [email protected]
└── [email protected]