Link Save

An extension to save the links of all all open tabs to read later

什么是Link Save?

Link Save是由abden003开发的Chrome扩展程序,该扩展的主要功能是“An extension to save the links of all all open tabs to read later”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Link Save扩展crx文件

下载Link Save扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Ever have a thousand tabs open? Have you ever not wanted to close your browser so you don't lose all your tabs? Well lucky for you LinkSave is here. LinkSave is a chrome extension that saves all your tabs. LinkSave will save all of the tabs in the currently active chrome window into your bookmarks.  We created this app to help you keep track of all the tabs you want to read one day.  This extension is easy to use, and all it does is basically bookmark all your tabs (or the ones you select).  It will save everything in your bookmark folder under the "LinkSave" folder.                    

扩展基本信息

名称 Link Save Link Save
ID kbobnagbmjmpcpioklajkgafggfdcafe
官方URL https://chromewebstore.google.com/detail/link-save/kbobnagbmjmpcpioklajkgafggfdcafe
简介 An extension to save the links of all all open tabs to read later
文件大小 43.1 KB
安装次数 1,145
当前版本 1.3
更新时间 2015-06-17
上架时间 2015-06-16
评分 4.00/5 共2次评分
开发者 abden003
付费类型 free
扩展官网 http://sudohalt.github.io/LinkSave/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Save",
    "description": "An extension to save the links of all all open tabs to read later",
    "version": "1.3",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}