Sticky Notes Extension

Easily add and organise sticky notes to your new tab page.

Was ist Sticky Notes Extension?

Sticky Notes Extension ist eine Chrome-Erweiterung, die von https://stickynotes-tab.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily add and organise sticky notes to your new tab page.".

Erweiterungsscreenshots

screenshot

Sticky Notes Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sticky Notes Extension-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

                        Sticky Notes extension is a free new tab chrome extension that allows you to use your browser new tab as a designated board for sticky notes along with a accessible web search bar to look up things on the internet, at ease!

Simply type your notes or use voice to dictate your note information and organise them wherever you want on your tab.

By Clicking ‘Add to Chrome’, you are accepting and agreeing to install the Sticky Notes Extension, and understand that your browsers new tab will be changed to that provided by the service with search results by Microsoft Bing. Your usage of this extension will be governed by the Privacy Policy and Terms & Conditions links below.

Links:
https://iskra.com.au/privacy-policy/
https://iskra.com.au/terms-conditions/                    

Grundlegende Informationen zur Erweiterung

Name Sticky Notes Extension Sticky Notes Extension
ID fblhamfcoiaipochpbcpmeaogimigghg
Offizielle URL https://chromewebstore.google.com/detail/sticky-notes-extension/fblhamfcoiaipochpbcpmeaogimigghg
Beschreibung Easily add and organise sticky notes to your new tab page.
Dateigröße 565 KB
Installationsanzahl 57,197
Aktuelle Version 1.0.0
Letztes Update 2023-08-29
Veröffentlichungsdatum 2023-08-29
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler https://stickynotes-tab.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://stickynotes-tab.com/
URL der Datenschutzrichtlinien-Seite https://www.iskra.com.au/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sticky Notes Extension",
    "short_name": "Sticky Notes",
    "version": "1.0.0",
    "description": "Easily add and organise sticky notes to your new tab page.",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "sticky.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "browser_style": false,
        "default_title": "Sticky Notes Tab"
    },
    "icons": {
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}