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