SimpleNote
The simplest note extension
Co to jest SimpleNote?
SimpleNote to rozszerzenie Chrome opracowane przez Torrextension, a jego główną funkcją jest „The simplest note extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SimpleNote
Pobierz pliki rozszerzeń SimpleNote w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Tools/Modes included (you can activate and desactivate them at anytime):
🔍 Increase font size
🌙 Night/Light mode
👨💻 Code mode
🛡️ Spell-Check mode
➕ Extend window size
✅ Recover old notes
We don't collect your data, your notes are stored LOCALLY in your browser ✅
✨New ! Mode PRO :
- Infinite pages
- Access to new futures
🌐 torrextension.com/simplenote
🔥 IF YOU NEED A CUSTOM EXTENSION, I CAN CREATE ONE FOR YOU : ibuildyourextension.com Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pceognepcdemhpjlocebidlmnagandon |
| Oficjalny URL | https://chromewebstore.google.com/detail/simplenote/pceognepcdemhpjlocebidlmnagandon |
| Opis | The simplest note extension |
| Rozmiar pliku | 31.87 KB |
| Liczba instalacji | 348 |
| Aktualna Wersja | 1.3.2 |
| Ostatnia Aktualizacja | 2023-11-06 |
| Data Publikacji | 2023-02-20 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | Torrextension |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://torrextension.com/simplenote/ |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SimpleNote",
"version": "1.3.2",
"description": "The simplest note extension",
"manifest_version": 3,
"author": "Torrextension",
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"action": {
"default_popup": "index.html",
"default_icon": "logo.png"
},
"permissions": [
"storage"
]
} | |