Sticky Notes

Sticky Notes - don't ever forget a thing

Hvad er Sticky Notes?

Sticky Notes er en Chrome-udvidelse udviklet af mariosloan, og dens hovedfunktion er "Sticky Notes - don't ever forget a thing".

Udvidelsesskærmbilleder

screenshot

Download Sticky Notes-udvidelses-CRX-fil

Download Sticky Notes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Sticky Notes Sticky Notes
ID hilefmojhkljioblglkdpaoddmheppkk
Officiel URL https://chromewebstore.google.com/detail/sticky-notes/hilefmojhkljioblglkdpaoddmheppkk
Beskrivelse Sticky Notes - don't ever forget a thing
Filstørrelse 4.25 MB
Antal Installationer 102
Nuværende Version 1.0.1
Senest Opdateret 2022-12-28
Udgivelsesdato 2022-12-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler mariosloan
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://sticky-us.com/
Hjælpeside-URL https://sticky-us.com/#contact-us
URL til Fortrolighedspolitik Side https://sticky-us.com/privacy-policy
Understøttede Sprog 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"
}