Link Saver

Save and manage links

什麼是Link Saver?

Link Saver是由louis.lim.ying.wei開發的Chrome擴展程式,該擴展的主要功能是“Save and manage links”。

擴展截圖

screenshot

下載Link Saver擴展crx文件

下載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
官方網址 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"
    }
}