Simple Sticky Note
Simple Sticky Note!
Vad är Simple Sticky Note?
Simple Sticky Note är en Chrome-tillägg utvecklad av Bassem Abuein, och dess huvudfunktion är "Simple Sticky Note!".
Tilläggsskärmbilder
Ladda ner Simple Sticky Note-förlängningens CRX-fil
Ladda ner Simple Sticky Note-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | iiccmphpoiamfidlnoenjidlniidkhlg |
| Officiell webbadress | https://chromewebstore.google.com/detail/simple-sticky-note/iiccmphpoiamfidlnoenjidlniidkhlg |
| Beskrivning | Simple Sticky Note! |
| Filstorlek | 39.74 KB |
| Antal Installationer | 3,000 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2021-08-02 |
| Publiceringsdatum | 2018-06-25 |
| Betyg | 4.90/5 Totalt 29 Betyg |
| Utvecklare | Bassem Abuein |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub |
| Stödda Språk | 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"
}
} | |