osmos::memo
An in-browser bookmark manager with GitHub backend
What is osmos::memo?
osmos::memo is a Chrome extension developed by Chuanqi Sun, and its main feature is "An in-browser bookmark manager with GitHub backend".
Extension Screenshots
Download osmos::memo Extension CRX File
Download osmos::memo 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
• Extract page title and URL from the current page into a markdown snippet • Personal tagging taxonomy • One-click save to GitHub
Extension Basic Information
Name | osmos::memo |
ID | chgfencjlhmjhmnnpnlnchglkkdcipii |
Official URL | https://chromewebstore.google.com/detail/osmosmemo/chgfencjlhmjhmnnpnlnchglkkdcipii |
Description | An in-browser bookmark manager with GitHub backend |
File Size | 39.97 KB |
Installation Count | 107 |
Current Version | 3.1.1 |
Last Updated | 2023-10-23 |
Publish Date | 2020-01-27 |
Developer | Chuanqi Sun |
[email protected] | |
Payment Type | free |
Extension Website | https://osmoscraft.org |
Help Page URL | https://github.com/osmoscraft/osmosmemo |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "osmos::memo", "version": "3.1.1", "description": "An in-browser bookmark manager with GitHub backend", "manifest_version": 3, "action": { "default_title": "osmos::memo", "default_popup": "popup.html", "default_icon": { "16": "assets\/osmosmemo-icon-16.png", "24": "assets\/osmosmemo-icon-24.png", "32": "assets\/osmosmemo-icon-32.png" } }, "options_ui": { "page": "options.html" }, "icons": { "48": "assets\/osmosmemo-icon-48.png", "96": "assets\/osmosmemo-icon-96.png", "128": "assets\/osmosmemo-icon-128.png" }, "permissions": [ "activeTab", "storage", "scripting" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+D" }, "description": "Capture current page" } } } |