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
Eメール [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"
    ]
}