MemoInjo

Stick memo on any website and sync via Joplin

什麼是MemoInjo?

MemoInjo是由Ben Lau開發的Chrome擴展程式,該擴展的主要功能是“Stick memo on any website and sync via Joplin”。

擴展截圖

screenshot
screenshot

下載MemoInjo擴展crx文件

下載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
官方網址 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"
            }
        }
    }
}