Link Saver

Save and manage links

Link Saverคืออะไร?

Link Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย louis.lim.ying.wei และคุณลักษณะหลักของมันคือ "Save and manage links"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Saver

ดาวน์โหลดไฟล์ส่วนขยาย Link Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Simple app which saves links by opening on the context menu (right-clicking on links) and clicking on the extension option. This app stores all links which is visible in the extension popup, and you can export them into a file. Once done with the links, you have an option to delete all saved links.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Link Saver Link Saver
ID oidgppajkkafcmihodcoajbjfkjbkeon
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/link-saver/oidgppajkkafcmihodcoajbjfkjbkeon
คำอธิบาย Save and manage links
ขนาดไฟล์ 209 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-02-23
วันที่เผยแพร่ 2019-02-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา louis.lim.ying.wei
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Saver",
    "version": "1.1",
    "description": "Save and manage links",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus",
        "downloads"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/link-saver-16.png",
            "32": "images\/link-saver-32.png",
            "48": "images\/link-saver-48.png",
            "128": "images\/link-saver-128.png"
        }
    },
    "icons": {
        "16": "images\/link-saver-16.png",
        "32": "images\/link-saver-32.png",
        "48": "images\/link-saver-48.png",
        "128": "images\/link-saver-128.png"
    }
}