Sticky Notes

Sticky Notes - don't ever forget a thing

Co je Sticky Notes?

Sticky Notes je rozšíření Chrome vyvinuté mariosloan, a jeho hlavní funkcí je „Sticky Notes - don't ever forget a thing“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Sticky Notes

Stáhněte si soubory rozšíření Sticky Notes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Sticky Notes Sticky Notes
ID hilefmojhkljioblglkdpaoddmheppkk
Oficiální URL https://chromewebstore.google.com/detail/sticky-notes/hilefmojhkljioblglkdpaoddmheppkk
Popis Sticky Notes - don't ever forget a thing
Velikost souboru 4.25 MB
Počet instalací 102
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-12-28
Datum Vydání 2022-12-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář mariosloan
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://sticky-us.com/
URL Stránky Nápovědy https://sticky-us.com/#contact-us
URL Stránky Zásad Ochrany Soukromí https://sticky-us.com/privacy-policy
Podporované Jazyky 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"
}