Sticky Notes

Sticky Notes - don't ever forget a thing

Cos'è Sticky Notes?

Sticky Notes è un'estensione di Chrome sviluppata da mariosloan, e la sua funzione principale è "Sticky Notes - don't ever forget a thing".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sticky Notes

Scarica i file di estensione Sticky 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

                        Enjoy this interactive new-tab extension that enables you to log all your tasks using colorful sticky-notes that you can drag anywhere on the screen. These notes sync across all your browsers so you can start working on your pc and continue on your laptop.

By installing this extension and its Search services you hereby accept its Privacy Policy and Terms of Use. The search features within this extension are provided by Microsoft Bing.                    

Informazioni di Base sull'Estensione

Nome Sticky Notes Sticky Notes
ID hilefmojhkljioblglkdpaoddmheppkk
URL Ufficiale https://chromewebstore.google.com/detail/sticky-notes/hilefmojhkljioblglkdpaoddmheppkk
Descrizione Sticky Notes - don't ever forget a thing
Dimensione del File 4.25 MB
Conteggio Installazioni 102
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-12-28
Data di Pubblicazione 2022-12-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore mariosloan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sticky-us.com/
URL della Pagina di Aiuto https://sticky-us.com/#contact-us
URL della Pagina della Politica sulla Privacy https://sticky-us.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sticky Notes",
    "description": "Sticky Notes - don't ever forget a thing",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "search.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "version": "1.0.1"
}