Journal

bookmark, scrap and annotate on the web page.

Journal란 무엇입니까?

Journal은(는) http://kewtea.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "bookmark, scrap and annotate on the web page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Journal 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        HotKey: Ctrl(Command) + J (check chrome://extensions \ Keyboard Shortcuts)
Use HotKey for quicker note-taking: chrome://extensions/shortcuts

* * *

bookmark, scrap, & annotate the current page
Leave memo at (next to) the webpage, Scrap with highlighting pen(=yellow pen) and quick note at the web page. Save things you are now on the web and get organised.
Journal is revised up-step after we stop using browser bookmarking and when Evernote is too much.
[Highlighting and instant Side-note-taking] - keep your idea/thought before it vanish(run away)
[Organise and Review all in wide view] - arrange/review/manage the list with your own folder names and keywords in summary view. Web Scarpbook is redesigned for you.                    

확장 프로그램 기본 정보

이름 Journal Journal
ID ilhpfgddnoiepanodhblaecjakjpanpa
공식 URL https://chrome.google.com/webstore/detail/journal/ilhpfgddnoiepanodhblaecjakjpanpa
설명 bookmark, scrap and annotate on the web page.
파일 크기 2.45 MB
설치 횟수 179
현재 버전 1.5.9
최근 업데이트 2018-10-15
출시 날짜 2018-10-15
평점 4.00/5 총 4 개의 평점
개발자 http://kewtea.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Journal",
    "description": "bookmark, scrap and annotate on the web page.",
    "version": "1.5.9",
    "browser_action": {
        "default_icon": "img\/icon128.png"
    },
    "commands": {
        "add_comment_hotkey": {
            "suggested_key": {
                "default": "Ctrl+J"
            },
            "description": "Add comment by current page url."
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "",
        "tabs",
        "storage",
        "bookmarks",
        "contextMenus",
        "notifications"
    ],
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "fonts\/*",
        "js\/*",
        "lib\/*",
        "html\/*",
        "test\/*"
    ],
    "minimum_chrome_version": "50"
}