Export saved links
Export saved links from FB (the social network wink wink)
Was ist Export saved links?
Export saved links ist eine Chrome-Erweiterung, die von https://cod3.net entwickelt wurde, und ihr Hauptmerkmal ist "Export saved links from FB (the social network wink wink)".
Erweiterungsscreenshots
Export saved links-Erweiterungs-CRX-Datei herunterladen
Laden Sie Export saved links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
I find a lot of useful content on Facebook and their Save button is very convenient for reading links later. Use this extension to export your links to a list of URLs separated by spaces. Use it in combination with "Links to Bookmarks" to save them to your browser's bookmarks or "Batch Save Pocket" to export your links to your Pocket reading list.
Grundlegende Informationen zur Erweiterung
Name | Export saved links |
ID | ecpknffljbjgdccapjaflmpfoclakjcg |
Offizielle URL | https://chromewebstore.google.com/detail/export-saved-links/ecpknffljbjgdccapjaflmpfoclakjcg |
Beschreibung | Export saved links from FB (the social network wink wink) |
Dateigröße | 133 KB |
Installationsanzahl | 398 |
Aktuelle Version | 0.0.9 |
Letztes Update | 2022-04-04 |
Veröffentlichungsdatum | 2019-07-18 |
Bewertung | 4.90/5 Insgesamt 10 Bewertungen |
Entwickler | https://cod3.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://medium.com/cod3/how-to-export-your-facebook-saved-links-to-pocket-c34828dd5f8e |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export saved links", "version": "0.0.9", "manifest_version": 2, "description": "Export saved links from FB (the social network wink wink)", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Export saved links", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "clipboardWrite", "https:\/\/*.facebook.com\/saved*", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/saved*" ], "js": [ "src\/lib\/findlinks.js", "src\/inject\/inject.js" ] } ] } |