JRNL

JRNL - Screen Capture

JRNL là gì?

JRNL là một tiện ích mở rộng Chrome được phát triển bởi JRNL.com, và tính năng chính của nó là "JRNL - Screen Capture".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JRNL

Tải xuống các tệp mở rộng JRNL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JRNL JRNL
ID enbkpihjpgcnigclhlenbenfidgigagf
URL Chính Thức https://chromewebstore.google.com/detail/jrnl/enbkpihjpgcnigclhlenbenfidgigagf
Mô tả JRNL - Screen Capture
Kích Thước Tệp 2.37 MB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-10-18
Ngày Phát Hành 2021-04-09
Nhà Phát Triển JRNL.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jrnl.com
URL Trang Trợ Giúp https://helpdesk.jrnl.com/en/
URL Trang Chính Sách Bảo Mật https://jrnl.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}