Link Saver - Link Managment

Save and get quick access to your links

什么是Link Saver - Link Managment?

Link Saver - Link Managment是由https://offerlevels.com开发的Chrome扩展程序,该扩展的主要功能是“Save and get quick access to your links”。

扩展截图

screenshot

下载Link Saver - Link Managment扩展crx文件

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

扩展使用说明

                        Link Saver is a Link Management chrome extension that helps you to save and manage links. 

Get quick access to the links when you need it. 

Add Links and tag to categorize it so you have everything in place.                    

扩展基本信息

名称 Link Saver - Link Managment Link Saver - Link Managment
ID nednnnlhpgcdfembmkdakijahkffinjk
官方URL https://chromewebstore.google.com/detail/link-saver-link-managment/nednnnlhpgcdfembmkdakijahkffinjk
简介 Save and get quick access to your links
文件大小 166 KB
安装次数 110
当前版本 1.0.1
更新时间 2021-03-18
上架时间 2020-12-13
开发者 https://offerlevels.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://automatics.one/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Save and get quick access to your links",
    "version": "1.0.1",
    "name": "Link Saver - Link Managment ",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "short_name": "Link Saver"
}