Simple Sticky Note
Simple Sticky Note!
Wat is Simple Sticky Note?
Simple Sticky Note is een Chrome-extensie ontwikkeld door Bassem Abuein, en de belangrijkste functie is "Simple Sticky Note!".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Sticky Note
Download Simple Sticky Note-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
Simple Sticky Note is a fast, secure, and simple extension to take notes while surfing the web. Let's keep it quick and simple!
Side note: to enable or disable spell checker. Right-click on the sticky note --> Spellcheck --> Check the spelling for text fields. Basisinformatie over de Extensie
| Naam | |
| ID | iiccmphpoiamfidlnoenjidlniidkhlg |
| Officiële URL | https://chromewebstore.google.com/detail/simple-sticky-note/iiccmphpoiamfidlnoenjidlniidkhlg |
| Beschrijving | Simple Sticky Note! |
| Bestandsgrootte | 39.74 KB |
| Aantal Installaties | 3,000 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2021-08-02 |
| Publicatiedatum | 2018-06-25 |
| Beoordeling | 4.90/5 Totaal 29 Beoordelingen |
| Ontwikkelaar | Bassem Abuein |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Simple Sticky Note",
"description": "Simple Sticky Note!",
"version": "1.3",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"unlimitedStorage",
"storage"
],
"icons": {
"128": "icon.png"
}
} | |