Journal

bookmark, scrap and annotate on the web page.

Journalคืออะไร?

Journal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kewtea.com และคุณลักษณะหลักของมันคือ "bookmark, scrap and annotate on the web page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Journal

ดาวน์โหลดไฟล์ส่วนขยาย Journal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}