MemoInjo
Stick memo on any website and sync via Joplin
O que é MemoInjo?
MemoInjo é uma extensão do Chrome desenvolvida por Ben Lau, e sua principal característica é "Stick memo on any website and sync via Joplin".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MemoInjo
Baixe arquivos de extensão MemoInjo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | MemoInjo |
ID | fbcdcliemdonkopdkpejdfmajlbaibac |
URL Oficial | https://chromewebstore.google.com/detail/memoinjo/fbcdcliemdonkopdkpejdfmajlbaibac |
Descrição | Stick memo on any website and sync via Joplin |
Tamanho do Arquivo | 1.98 MB |
Contagem de Instalações | 263 |
Versão Atual | 0.1.3 |
Última Atualização | 2022-04-23 |
Data de Publicação | 2022-02-07 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Ben Lau |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/benlau/memoinjo |
URL da Página de Ajuda | https://github.com/benlau/memoinjo |
Idiomas Suportados | 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" } } } } |