JRNL

JRNL - Screen Capture

什么是JRNL?

JRNL是由JRNL.com开发的Chrome扩展程序,该扩展的主要功能是“JRNL - Screen Capture”。

扩展截图

screenshot

下载JRNL扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 JRNL JRNL
ID enbkpihjpgcnigclhlenbenfidgigagf
官方URL https://chromewebstore.google.com/detail/jrnl/enbkpihjpgcnigclhlenbenfidgigagf
简介 JRNL - Screen Capture
文件大小 2.37 MB
安装次数 106
当前版本 1.0.1
更新时间 2021-10-18
上架时间 2021-04-09
开发者 JRNL.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://jrnl.com
帮助页面URL https://helpdesk.jrnl.com/en/
隐私政策页面URL https://jrnl.com/privacy.html
支持的语言 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"
    ]
}