Noteblock
Simple text editor
What is Noteblock?
Noteblock is a Chrome extension developed by Bero, and its main feature is "Simple text editor".
Extension Screenshots
Download Noteblock Extension CRX File
Download Noteblock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple multiple tab text editor. Your content is securely saved in local storage. Features: - download notes - send notes as emails
Extension Basic Information
Name | Noteblock |
ID | lgggceedgldbcfbpkacockgbkbpjcfdh |
Official URL | https://chromewebstore.google.com/detail/noteblock/lgggceedgldbcfbpkacockgbkbpjcfdh |
Description | Simple text editor |
File Size | 250 KB |
Installation Count | 1,121 |
Current Version | 1.3.0 |
Last Updated | 2022-04-10 |
Publish Date | 2016-02-07 |
Rating | 5.00/5 Total 11 Ratings |
Developer | Bero |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Noteblock", "version": "1.3.0", "description": "Simple text editor", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon128.png", "default_popup": "editor.html", "default_title": "Noteblock" } } |