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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonny Chan และคุณลักษณะหลักของมันคือ "Save and organize LinkedIn posts directly to your Chrome Bookmarks"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkedIn Bookmark and Save Button

ดาวน์โหลดไฟล์ส่วนขยาย 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 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:\/\/*\/*"
            ]
        }
    ]
}