linkr

A place for all your links

什么是linkr?

linkr是由https://grabgetgo.com开发的Chrome扩展程序,该扩展的主要功能是“A place for all your links”。

扩展截图

screenshot

下载linkr扩展crx文件

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

扩展使用说明

                        using linkr you can save your link in one place
its free                    

扩展基本信息

名称 linkr linkr
ID nlllpofijkcmgiokjhbplenhcmegjafe
官方URL https://chromewebstore.google.com/detail/linkr/nlllpofijkcmgiokjhbplenhcmegjafe
简介 A place for all your links
文件大小 834 KB
安装次数 76
当前版本 1.1
更新时间 2020-02-26
上架时间 2020-02-26
评分 5.00/5 共3次评分
开发者 https://grabgetgo.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "linkr",
    "short_name": "linkr",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A place for all your links",
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "icons": {
        "16": "imgs\/favicon-32x32.png",
        "32": "imgs\/favicon-32x32.png",
        "128": "imgs\/favicon-32x32.png"
    },
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "imgs\/favicon-32x32.png",
        "default_title": "linkr by GrabGetGo",
        "default_popup": "linkr.html"
    },
    "permissions": [
        "tabs",
        "identity",
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*",
        "background"
    ],
    "oauth2": {
        "client_id": "484974270992-pplce9kpkj91trl5aerr3tc0g2964182.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiG84PxsQ8WTA55BxQirGg4Smm+mZCxQCr+NkShQcnGt0\/4HD0ufjSZBCXo86rZaLN2kof2E6NSW0qvohZHJQCZoWz0WDlcZ4b4Slc9iuqrOUfDhn2laEVOaGSBtpF\/SNfhH+5kYmWlwUaP407aRAOL7nUbhviJmRApX2aRFHDRhi2GnBGha\/vNFQ3sQlHsNSphaVViSF2uP+PI\/KWz3DcBxJHhO7FhNrF273ksdm5MQ2uz7RXXaQnyTZhea3u4SXcFmP\/uJgIB63xZWADMU2vc4PCBBXPucuGtydSZsc4r99i7ia8eC0E51UZe7yMC2iQhSzqTBPvJMZHy19vPwOyQIDAQAB"
}