Notepad
Simple notebook which helps you to save/manage your notes.
Vad är Notepad?
Notepad är en Chrome-tillägg utvecklad av Bhupendra Singh Bhandari, och dess huvudfunktion är "Simple notebook which helps you to save/manage your notes.".
Tilläggsskärmbilder
Ladda ner Notepad-förlängningens CRX-fil
Ladda ner Notepad-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
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
Grundläggande Information om Tillägg
Namn | |
ID | ibmpamplhebgoidhhlpdgenhdhmchdoa |
Officiell webbadress | https://chromewebstore.google.com/detail/notepad/ibmpamplhebgoidhhlpdgenhdhmchdoa |
Beskrivning | Simple notebook which helps you to save/manage your notes. |
Filstorlek | 701 KB |
Antal Installationer | 2,166 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2020-07-13 |
Publiceringsdatum | 2020-06-24 |
Betyg | 4.38/5 Totalt 13 Betyg |
Utvecklare | Bhupendra Singh Bhandari |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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'" } |