Memos
memos: A lightweight, self-hosted memo hub.
What is Memos?
Memos is a Chrome extension developed by jonnyan404, and its main feature is "memos: A lightweight, self-hosted memo hub.".
Extension Screenshots
Download Memos Extension CRX File
Download Memos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
基于memos的扩展插件,方便一键记录灵感时刻和想法。
Extension Basic Information
Name | Memos |
ID | cbhjebjfccgchgbmfbobjmebjjckgofe |
Official URL | https://chromewebstore.google.com/detail/memos/cbhjebjfccgchgbmfbobjmebjjckgofe |
Description | memos: A lightweight, self-hosted memo hub. |
File Size | 71.28 KB |
Installation Count | 3,520 |
Current Version | 2023.09.19 |
Last Updated | 2023-09-19 |
Publish Date | 2022-10-14 |
Rating | 4.67/5 Total 18 Ratings |
Developer | jonnyan404 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/lmm214/memos-bber |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "default_locale": "zh_CN", "version": "2023.09.19", "action": { "default_popup": "popup.html", "default_icon": "assets\/logo_24x24.png", "default_title": "__MSG_actionTitle__" }, "description": "__MSG_extDescription__", "homepage_url": "https:\/\/immmmm.com", "icons": { "128": "assets\/logo.png", "16": "assets\/logo.png", "48": "assets\/logo.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "tabs", "storage", "activeTab", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "commands": { "open-extension": { "description": "Open my extension", "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" } } } } |