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文件
下載LinkedIn Bookmark and Save Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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:\/\/*\/*" ] } ] } |