Sticky Notes

Sticky Notes - don't ever forget a thing

Qu'est-ce que Sticky Notes ?

Sticky Notes est une extension Chrome développée par mariosloan, et sa fonction principale est "Sticky Notes - don't ever forget a thing".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Sticky Notes 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

                        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.                    

Informations de Base sur l'Extension

Nom Sticky Notes Sticky Notes
ID hilefmojhkljioblglkdpaoddmheppkk
URL Officiel https://chromewebstore.google.com/detail/sticky-notes/hilefmojhkljioblglkdpaoddmheppkk
Description Sticky Notes - don't ever forget a thing
Taille du Fichier 4.25 MB
Nombre d'Installations 102
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-12-28
Date de Publication 2022-12-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur mariosloan
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sticky-us.com/
URL de la Page d'Aide https://sticky-us.com/#contact-us
URL de la Page de Politique de Confidentialité https://sticky-us.com/privacy-policy
Langues Prises en Charge 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"
}