LinkedIn Bookmark and Save Button
Save and organize LinkedIn posts directly to your Chrome Bookmarks
LinkedIn Bookmark and Save Button란 무엇입니까?
LinkedIn Bookmark and Save Button은(는) Jonny Chan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and organize LinkedIn posts directly to your Chrome Bookmarks"입니다.
확장 프로그램 스크린샷
LinkedIn Bookmark and Save Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save LinkedIn Posts with Ease - The Ultimate Chrome Extension Our Chrome extension allows you to effortlessly save any LinkedIn posts directly to your Chrome Browser's Bookmarks Tired of the frustration that comes with using LinkedIn's native save feature? Do you find it difficult to locate your saved posts? With our Chrome extension, you can easily save posts in categories for quick and easy access. Say goodbye to the inconvenience and confusion of saving LinkedIn posts. With just a few clicks, our Chrome extension will let you organize your bookmarks and save posts in customizable categories. Not only is our extension convenient, but it's also secure. Your data will be stored locally on your computer, ensuring your privacy. Our lightweight UI is designed to help you focus and minimize distractions while you work. Features include the ability - To add, remove, and rename folders - Search for existing folders - Add customized titles to saved posts - Collapse and expand folders
확장 프로그램 기본 정보
이름 | LinkedIn Bookmark and Save Button |
ID | mdcgloagodjhgjobkflggmokmhhodcjo |
공식 URL | https://chromewebstore.google.com/detail/linkedin-bookmark-and-sav/mdcgloagodjhgjobkflggmokmhhodcjo |
설명 | Save and organize LinkedIn posts directly to your Chrome Bookmarks |
파일 크기 | 51.52 KB |
설치 횟수 | 61 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-04-17 |
출시 날짜 | 2023-04-09 |
개발자 | Jonny Chan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkedIn Bookmark and Save Button", "short_name": "LinkedIn Bookmark", "author": "Jonny Chan", "description": "Save and organize LinkedIn posts directly to your Chrome Bookmarks", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "images\/icon.png", "19": "images\/icon.png", "32": "images\/icon.png", "38": "images\/icon.png", "64": "images\/icon.png", "128": "images\/icon.png" }, "action": [], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/content.js" ], "css": [ "css\/style.css" ], "matches": [ "https:\/\/www.linkedin.com\/*" ], "run_at": "document_end" } ], "permissions": [ "bookmarks", "tabs" ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |