MemoInjo

Stick memo on any website and sync via Joplin

MemoInjoคืออะไร?

MemoInjo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ben Lau และคุณลักษณะหลักของมันคือ "Stick memo on any website and sync via Joplin"

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

screenshot
screenshot

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

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

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

                        MemoInjo is a Chrome extension that sticks a memo on any website and stores/sync via Joplin. Simply press the icon of MemoInjo at the extension toolbar (top-right corner) in Chrome. It will show a memo editor for the browsing website. You may create a summary or a task list associated with a website easily.

MemoInjo is not a web clipper that could capture only once. You could reopen the same memo for the same URL. And thank to the sync feature of Joplin, you may access the memo across different computer.

Setup

1. Install the extension
2. Open Joplin
3. Go to Web Clipper Options and follow the instruction.
4. In the toolbar of the browser, press the button of MemoInjo
5. It will ask you to grant permission in Joplin.
6. Switch back to Joplin and grant the permission.

Then it is ready to use.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MemoInjo MemoInjo
ID fbcdcliemdonkopdkpejdfmajlbaibac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/memoinjo/fbcdcliemdonkopdkpejdfmajlbaibac
คำอธิบาย Stick memo on any website and sync via Joplin
ขนาดไฟล์ 1.98 MB
จำนวนการติดตั้ง 263
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2022-04-23
วันที่เผยแพร่ 2022-02-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Ben Lau
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/benlau/memoinjo
URL หน้าช่วยเหลือ https://github.com/benlau/memoinjo
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MemoInjo",
    "description": "Stick memo on any website and sync via Joplin",
    "version": "0.1.3",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_page": "memoinjo\/options.html",
    "action": {
        "default_popup": "memoinjo\/popup.html"
    },
    "icons": {
        "128": "memoinjo\/icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+M",
                "mac": "Ctrl+Shift+M",
                "chromeos": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    }
}