JRNL

JRNL - Screen Capture

What is JRNL?

JRNL is a Chrome extension developed by JRNL.com, and its main feature is "JRNL - Screen Capture".

Extension Screenshots

screenshot

Download JRNL Extension CRX File

Download JRNL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name JRNL JRNL
ID enbkpihjpgcnigclhlenbenfidgigagf
Official URL https://chromewebstore.google.com/detail/jrnl/enbkpihjpgcnigclhlenbenfidgigagf
Description JRNL - Screen Capture
File Size 2.37 MB
Installation Count 106
Current Version 1.0.1
Last Updated 2021-10-18
Publish Date 2021-04-09
Developer JRNL.com
Email [email protected]
Payment Type free
Extension Website https://jrnl.com
Help Page URL https://helpdesk.jrnl.com/en/
Privacy Policy Page URL https://jrnl.com/privacy.html
Supported Languages 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"
    ]
}