Sticky

A sticky note extension for Chrome

Wat is Sticky?

Sticky is een Chrome-extensie ontwikkeld door naik.tanmay283, en de belangrijkste functie is "A sticky note extension for Chrome".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sticky

Download Sticky-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Sticky is a sticky note extension for chrome that uses local storage to store your notes on the go. Save inspiration, ideas and quick scribbles before you forget!                    

Basisinformatie over de Extensie

Naam Sticky Sticky
ID lcfpplpecfogeiofeknpeeocaajgdalg
Officiële URL https://chrome.google.com/webstore/detail/sticky/lcfpplpecfogeiofeknpeeocaajgdalg
Beschrijving A sticky note extension for Chrome
Bestandsgrootte 12.86 KB
Aantal Installaties 148
Huidige Versie 1.1
Laatst Bijgewerkt 2020-04-22
Publicatiedatum 2020-04-22
Ontwikkelaar naik.tanmay283
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sticky",
    "version": "1.1",
    "description": "A sticky note extension for Chrome",
    "manifest_version": 2,
    "icons": {
        "128": "sticky_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "note.html"
    },
    "permissions": [
        "storage"
    ]
}