Link Saver

‘Link Saver’ is an extension that is a quick and easily accessible way to save all your links in a friendly format.

什麼是Link Saver?

Link Saver是由Micheal Yandam開發的Chrome擴展程式,該擴展的主要功能是“‘Link Saver’ is an extension that is a quick and easily accessible way to save all your links in a friendly format.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Link Saver擴展crx文件

下載Link Saver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ‘Link Saver’ is an extension that is primarily developed for anyone who tends to have cluttered tabs but wants a cleaner way to organize the content they know is important. 

Acting similar to a bookmarks bar, it is helpful for the links you need to save shorter term, i.e. a research paper or when you are comparing any purchase through different sources. The uses are truly endless. 

You can search through the links you have saved, are able to see the total number of any links on a given page and quickly find email information or social media links. This allows for quick access to contact information without having to spend the time searching for it.

‘Link Saver’ will sort your links by social media, news, or commerce to keep your tabs organized.

Try it out, and you will quickly begin to see how ‘Link Saver’ can save you time, energy and keep you organized!

HOW TO USE:
Easily save links by right clicking on a link found on the webpage OR by clicking the extension and clicking "Save Current Tab"                    

擴展基本資訊

名稱 Link Saver Link Saver
ID lhlomndaijcefbhdohcdmnobkliikklh
官方網址 https://chromewebstore.google.com/detail/link-saver/lhlomndaijcefbhdohcdmnobkliikklh
簡介 ‘Link Saver’ is an extension that is a quick and easily accessible way to save all your links in a friendly format.
檔案大小 72.89 KB
安裝次數 1,148
目前版本 1.0.5
更新時間 2020-05-31
上架時間 2020-05-31
評分 4.70/5 共 10 次評分
開發者 Micheal Yandam
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Saver",
    "version": "1.0.5",
    "description": "\u2018Link Saver\u2019 is an extension that is a quick and easily accessible way to save all your links in a friendly format.",
    "browser_action": {
        "default_popup": "recentlinks.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png"
    },
    "options_page": "alllinks.html",
    "manifest_version": 2
}