JRNL

JRNL - Screen Capture

Qu'est-ce que JRNL ?

JRNL est une extension Chrome développée par JRNL.com, et sa fonction principale est "JRNL - Screen Capture".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension JRNL 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

                        Capture Meaningful Moments.  We make it easy to record the memories you never want to forget.  Use the JRNL extension to clip and save images and text from around the web.                    

Informations de Base sur l'Extension

Nom JRNL JRNL
ID enbkpihjpgcnigclhlenbenfidgigagf
URL Officiel https://chromewebstore.google.com/detail/jrnl/enbkpihjpgcnigclhlenbenfidgigagf
Description JRNL - Screen Capture
Taille du Fichier 2.37 MB
Nombre d'Installations 106
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-10-18
Date de Publication 2021-04-09
Développeur JRNL.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jrnl.com
URL de la Page d'Aide https://helpdesk.jrnl.com/en/
URL de la Page de Politique de Confidentialité https://jrnl.com/privacy.html
Langues Prises en Charge en-US
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/small-jrnl-logo.png",
        "default_popup": "pages\/popup\/popup.html",
        "default_title": "JRNL - Screen Capture"
    },
    "content_scripts": [
        {
            "css": [
                "css\/capture-text.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "JRNL - Screen Capture",
    "icons": {
        "128": "images\/small-jrnl-logo.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiSuEiJy0jMUfrGCTNl4WLkPXRftJkJ71gX2PT5J+4faEgYQY0nw0YShoMxxcRf7emJa4q3M++FT5dpFWYt9BLtwRY2XzyHtEvjJlENUicEfLxn7VhrIJp3hWtel7HrDgwgXVb8pTmpCxsFzPZqMDwDmoopJ+CV5l907FkxMhrE4xBp5Ng1mT35Vf1L53A9iaWa+srTKD1eZCj1Jt6M1F9oh2afl45V+Kj2Gjnj5ECoaLmlJ7QjA3j94dMMjVayyxu0WUnXF2ySCgwoNMFinOzsS1Ohb1GbwOR+H50qTdtIR3du7w91uFVPmruPqbE5aSyM\/2x41AhT3HN93TP94k5wIDAQAB",
    "manifest_version": 2,
    "name": "JRNL",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": [
        "images\/icon-text-capture.png",
        "https:\/\/fonts.googleapis.com\/css2?family=Roboto&display=swap",
        "images\/cursor.png",
        "css\/capture-text.css"
    ]
}