linkr

A place for all your links

Qu'est-ce que linkr ?

linkr est une extension Chrome développée par https://grabgetgo.com, et sa fonction principale est "A place for all your links".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension linkr

Téléchargez les fichiers d'extension linkr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom linkr linkr
ID nlllpofijkcmgiokjhbplenhcmegjafe
URL Officiel https://chromewebstore.google.com/detail/linkr/nlllpofijkcmgiokjhbplenhcmegjafe
Description A place for all your links
Taille du Fichier 834 KB
Nombre d'Installations 76
Version Actuelle 1.1
Dernière Mise à Jour 2020-02-26
Date de Publication 2020-02-26
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://grabgetgo.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}