Linco

Extension for Linco

Was ist Linco?

Linco ist eine Chrome-Erweiterung, die von https://linco.app entwickelt wurde, und ihr Hauptmerkmal ist "Extension for Linco".

Erweiterungsscreenshots

screenshot
screenshot

Linco-Erweiterungs-CRX-Datei herunterladen

Laden Sie Linco-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Share your bookmarks with others.
Discover trending web pages faster.                    

Grundlegende Informationen zur Erweiterung

Name Linco Linco
ID emchcecoclapndghbkgomkofggklfkpa
Offizielle URL https://chromewebstore.google.com/detail/linco/emchcecoclapndghbkgomkofggklfkpa
Beschreibung Extension for Linco
Dateigröße 447 KB
Installationsanzahl 21
Aktuelle Version 5.0.1
Letztes Update 2023-08-18
Veröffentlichungsdatum 2022-09-28
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://linco.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.linco.app
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "5.0.1",
    "author": "Arclogos, Inc.",
    "name": "Linco",
    "description": "Extension for Linco",
    "permissions": [
        "tabs",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.adcc03ab.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/www.linco.app",
        "https:\/\/accounts.google.com"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAra3pgtbJ7XhBQESLuGc3lAH6G8LNxrLgTpeDrFVL2JsevF0l+HWX7BSsI9ZA1yTjkqxHcpobCNmFu0q4h1FZZBmD0SDSQ0fWDSC5RjZv7osfvggqRx7bx8+PZXL2UqkhT4JZTvhiqdgAAkvwzqCQ28tNFOIGoOwx3a4ls5C0sXvt4D8hriJzsXPeLN6snesiEo+j7ZXK+0EHY07RpE2j1nCdVxuPP71TADktYI1a6Py5ohL4\/XmEARb1iHmm5Dr\/QiJTRjD8RokwzhwtspE7IG1t0Mg9\/8AigSFzIVkvP5vj58MoMZRDcBEaDaEUKdeV1MnlqciMX+PquKp3Ij4WKQIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "emchcecoclapndghbkgomkofggklfkpa"
            ]
        }
    ],
    "oauth2": {
        "client_id": "76704271040-ace5qd2kpg4fu1iailhr3va63r9jf87q.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    }
}