Sticky Notes Extension

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

Qu'est-ce que Sticky Notes Extension ?

Sticky Notes Extension est une extension Chrome développée par https://stickynotes-tab.com, et sa fonction principale est "Easily add and organise sticky notes to your new tab page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sticky Notes Extension

Téléchargez les fichiers d'extension Sticky Notes Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Sticky Notes Extension Sticky Notes Extension
ID fblhamfcoiaipochpbcpmeaogimigghg
URL Officiel https://chromewebstore.google.com/detail/sticky-notes-extension/fblhamfcoiaipochpbcpmeaogimigghg
Description Easily add and organise sticky notes to your new tab page.
Taille du Fichier 565 KB
Nombre d'Installations 57,197
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-08-29
Date de Publication 2023-08-29
Évaluation 2.33/5 Total 3 Évaluations
Développeur https://stickynotes-tab.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://stickynotes-tab.com/
URL de la Page de Politique de Confidentialité https://www.iskra.com.au/privacy-policy
Langues Prises en Charge 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"
    }
}