osmos::memo
An in-browser bookmark manager with GitHub backend
Wat is osmos::memo?
osmos::memo is een Chrome-extensie ontwikkeld door Chuanqi Sun, en de belangrijkste functie is "An in-browser bookmark manager with GitHub backend".
Extensie Screenshots
Download het CRX-bestand van de extensie osmos::memo
Download osmos::memo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
• Extract page title and URL from the current page into a markdown snippet
• Personal tagging taxonomy
• One-click save to GitHub Basisinformatie over de Extensie
| Naam | |
| ID | chgfencjlhmjhmnnpnlnchglkkdcipii |
| Officiële URL | https://chromewebstore.google.com/detail/osmosmemo/chgfencjlhmjhmnnpnlnchglkkdcipii |
| Beschrijving | An in-browser bookmark manager with GitHub backend |
| Bestandsgrootte | 39.97 KB |
| Aantal Installaties | 107 |
| Huidige Versie | 3.1.1 |
| Laatst Bijgewerkt | 2023-10-23 |
| Publicatiedatum | 2020-01-27 |
| Ontwikkelaar | Chuanqi Sun |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://osmoscraft.org |
| Help Pagina-URL | https://github.com/osmoscraft/osmosmemo |
| Ondersteunde Talen | 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"
}
}
} | |