Sticky Notes

Sticky Notes - don't ever forget a thing

Was ist Sticky Notes?

Sticky Notes ist eine Chrome-Erweiterung, die von mariosloan entwickelt wurde, und ihr Hauptmerkmal ist "Sticky Notes - don't ever forget a thing".

Erweiterungsscreenshots

screenshot

Sticky Notes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sticky Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sticky Notes Sticky Notes
ID hilefmojhkljioblglkdpaoddmheppkk
Offizielle URL https://chromewebstore.google.com/detail/sticky-notes/hilefmojhkljioblglkdpaoddmheppkk
Beschreibung Sticky Notes - don't ever forget a thing
Dateigröße 4.25 MB
Installationsanzahl 102
Aktuelle Version 1.0.1
Letztes Update 2022-12-28
Veröffentlichungsdatum 2022-12-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler mariosloan
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sticky-us.com/
Hilfeseite URL https://sticky-us.com/#contact-us
URL der Datenschutzrichtlinien-Seite https://sticky-us.com/privacy-policy
Unterstützte Sprachen 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"
}