Notepad
Simple notebook which helps you to save/manage your notes.
Co to jest Notepad?
Notepad to rozszerzenie Chrome opracowane przez Bhupendra Singh Bhandari, a jego główną funkcją jest „Simple notebook which helps you to save/manage your notes.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Notepad
Pobierz pliki rozszerzeń Notepad 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
Features :
1.Lightning fast experience.
2. No login required.
3. Formatting options.
4. Recycle Bin.
5. Manage notes in categories
6. Automatically sync with chrome.
7. Reorder notes.
Future roadmap:
1. Search capabilities.
2. Copy to clipboard.
3. Print notes.
4. Themes (dark/light mode).
5. Download notes.
6. Support for multiple language Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ibmpamplhebgoidhhlpdgenhdhmchdoa |
| Oficjalny URL | https://chromewebstore.google.com/detail/notepad/ibmpamplhebgoidhhlpdgenhdhmchdoa |
| Opis | Simple notebook which helps you to save/manage your notes. |
| Rozmiar pliku | 701 KB |
| Liczba instalacji | 2,166 |
| Aktualna Wersja | 1.0.5 |
| Ostatnia Aktualizacja | 2020-07-13 |
| Data Publikacji | 2020-06-24 |
| Ocena | 4.38/5 Łącznie 13 Oceny |
| Deweloper | Bhupendra Singh Bhandari |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Notepad",
"version": "1.0.5",
"description": "Simple notebook which helps you to save\/manage your notes.",
"permissions": [
"bookmarks"
],
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "assets\/images\/notepad16.png",
"32": "assets\/images\/notepad32.png",
"48": "assets\/images\/notepad48.png",
"128": "assets\/images\/notepad128.png"
}
},
"icons": {
"16": "assets\/images\/notepad16.png",
"32": "assets\/images\/notepad32.png",
"48": "assets\/images\/notepad48.png",
"128": "assets\/images\/notepad128.png"
},
"manifest_version": 2,
"offline_enabled": true,
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |