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)"입니다.
확장 프로그램 스크린샷
Export saved links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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" ] } ] } |