Dieses Skript exportiert Ihre Edge-Sammlungen als Lesezeichendatei, die von anderen Browsern importiert werden kann.
Node.js & npm
Installieren Sie das Skript und führen Sie npx export-edge-collections
aus
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
>>
Geben Sie den absoluten Pfad der collectionsSQLite
auf Ihrem PC ein.
Beispiel: >> /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!!
Wenn der von Ihnen eingegebene Pfad korrekt ist, wird die Lesezeichendatei im aktuellen Verzeichnis generiert.
user@user ~> ls
EdgeCollectionBookmarks.html
Sie können dies in Ihrem Lieblingsbrowser importieren.
Knoten v16.3.0
npm 7.16.0
├── [email protected]
└── [email protected]