Export saved links

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

Export saved linksとは何ですか?

Export saved linksはhttps://cod3.netによって開発されたChromeの拡張機能で、その主な機能は「Export saved links from FB (the social network wink wink)」です。

拡張機能のスクリーンショット

screenshot

Export saved links拡張機能のCRXファイルをダウンロード

Export saved links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Export saved links Export saved links
ID ecpknffljbjgdccapjaflmpfoclakjcg
公式URL https://chromewebstore.google.com/detail/export-saved-links/ecpknffljbjgdccapjaflmpfoclakjcg
説明 Export saved links from FB (the social network wink wink)
ファイルサイズ 133 KB
インストール数 398
現在のバージョン 0.0.9
最終更新日 2022-04-04
公開日 2019-07-18
評価 4.90/5 合計 10 レビュー
開発者 https://cod3.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://medium.com/cod3/how-to-export-your-facebook-saved-links-to-pocket-c34828dd5f8e
対応言語 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"
            ]
        }
    ]
}