Todo Lists Memo Sticky Note / Post It Notes

Transform your Chrome browser into an interactive board for your daily tasks and memos.

Cos'è Todo Lists Memo Sticky Note / Post It Notes?

Todo Lists Memo Sticky Note / Post It Notes è un'estensione di Chrome sviluppata da GPTBLOX, e la sua funzione principale è "Transform your Chrome browser into an interactive board for your daily tasks and memos.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Todo Lists Memo Sticky Note / Post It Notes

Scarica i file di estensione Todo Lists Memo Sticky Note / Post It Notes 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

                        With Todo Lists Memo Sticky Note, never miss out on important tasks or reminders. It serves as your personal sticky note board right within Chrome. Features:

• Create new notes with a simple click.
• Edit or delete notes with ease.
• Notes are automatically saved and available across browser sessions.
• Enjoy a colorful and intuitive design, with notes featuring random soft hues for a pleasant visual experience.                    

Informazioni di Base sull'Estensione

Nome Todo Lists Memo Sticky Note / Post It Notes Todo Lists Memo Sticky Note / Post It Notes
ID cblcaabagoijnfpiagcfiaalhmnimfpg
URL Ufficiale https://chromewebstore.google.com/detail/todo-lists-memo-sticky-no/cblcaabagoijnfpiagcfiaalhmnimfpg
Descrizione Transform your Chrome browser into an interactive board for your daily tasks and memos.
Dimensione del File 6.67 KB
Conteggio Installazioni 65
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-09-19
Data di Pubblicazione 2023-09-18
Sviluppatore GPTBLOX
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Todo Lists Memo Sticky Note \/ Post It Notes",
    "version": "1.0.0",
    "description": "Transform your Chrome browser into an interactive board for your daily tasks and memos.",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}