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
官方URL 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
}