Export saved links

Export saved links from FB (the social network wink wink)

Export saved links là gì?

Export saved links là một tiện ích mở rộng Chrome được phát triển bởi https://cod3.net, và tính năng chính của nó là "Export saved links from FB (the social network wink wink)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Export saved links

Tải xuống các tệp mở rộng Export saved links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Export saved links Export saved links
ID ecpknffljbjgdccapjaflmpfoclakjcg
URL Chính Thức https://chromewebstore.google.com/detail/export-saved-links/ecpknffljbjgdccapjaflmpfoclakjcg
Mô tả Export saved links from FB (the social network wink wink)
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 398
Phiên Bản Hiện Tại 0.0.9
Cập Nhật Lần Cuối 2022-04-04
Ngày Phát Hành 2019-07-18
Đánh Giá 4.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://cod3.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://medium.com/cod3/how-to-export-your-facebook-saved-links-to-pocket-c34828dd5f8e
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}