Sticky Note

You can put sticky notes on any webpage.

Qu'est-ce que Sticky Note ?

Sticky Note est une extension Chrome développée par Sardara Evlikuleeva, et sa fonction principale est "You can put sticky notes on any webpage.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        A convenient extension that allows you to take notes on any page, and they will remain after reloading the page or even the browser.  These notes will only be visible to you.  Just right-click on the place on the page where you want to add a note, click on the "Add note" item and enter the text on the block that appears.  Notes can be moved by pulling them on the top edge of the block.  If you no longer want to see the note, just click the "Delete" button.                    

Informations de Base sur l'Extension

Nom Sticky Note Sticky Note
ID cmabpemmbmhlgmnlemmkelphankfclcf
URL Officiel https://chromewebstore.google.com/detail/sticky-note/cmabpemmbmhlgmnlemmkelphankfclcf
Description You can put sticky notes on any webpage.
Taille du Fichier 14.5 KB
Nombre d'Installations 1,160
Version Actuelle 1.4
Dernière Mise à Jour 2020-09-18
Date de Publication 2020-06-01
Évaluation 4.50/5 Total 6 Évaluations
Développeur Sardara Evlikuleeva
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/e/2PACX-1vRSKqQQc9t6R8-RYWXKd1BX7dLFr7sbP-ndBt885tUBaWuAaowng0uPxO_uMEOm3pZmOHie9yHCWqIP/pub
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "description": "You can put sticky notes on any webpage.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Sticky Note",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.4",
    "web_accessible_resources": [
        "content.css"
    ]
}