Memos

memos: A lightweight, self-hosted memo hub.

Cos'è Memos?

Memos è un'estensione di Chrome sviluppata da jonnyan404, e la sua funzione principale è "memos: A lightweight, self-hosted memo hub.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Memos

Scarica i file di estensione Memos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        基于memos的扩展插件,方便一键记录灵感时刻和想法。                    

Informazioni di Base sull'Estensione

Nome Memos Memos
ID cbhjebjfccgchgbmfbobjmebjjckgofe
URL Ufficiale https://chromewebstore.google.com/detail/memos/cbhjebjfccgchgbmfbobjmebjjckgofe
Descrizione memos: A lightweight, self-hosted memo hub.
Dimensione del File 71.28 KB
Conteggio Installazioni 3,520
Versione Corrente 2023.09.19
Ultimo Aggiornamento 2023-09-19
Data di Pubblicazione 2022-10-14
Valutazione 4.67/5 Totale 18 Valutazioni
Sviluppatore jonnyan404
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/lmm214/memos-bber
Lingue Supportate 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"
            }
        }
    }
}