Notepad

A simple yet powerful notepad with HTML5 support and more

什么是Notepad?

Notepad是由InBasic开发的Chrome扩展程序,该扩展的主要功能是“A simple yet powerful notepad with HTML5 support and more”。

扩展截图

screenshot
screenshot

下载Notepad扩展crx文件

下载Notepad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension offers a full-featured WYSIWYG HTML editor with a wide range of formatting options, similar to those found in modern editors. It allows you to create and organize multiple notes in different directories, called notebooks. The extension automatically saves your changes, so you don't have to manually save your notes. It is also integrated into the right-click context menu, allowing you to append the currently selected text to a note without opening the editor. The extension's user interface (UI) can be displayed in a browser tab or as a separate window. To switch between these modes, use the right-click options on the action button.

Features:
  * Automatically save notes
  * Supports notebooks
  * Supports exporting text from webpages to all notepads
  * Uses local storage and works completely offline
  * Supports common formatting options                    

扩展基本信息

名称 Notepad Notepad
ID hchcbafooaphheofgpijpfgklcmmmpff
官方URL https://chromewebstore.google.com/detail/notepad/hchcbafooaphheofgpijpfgklcmmmpff
简介 A simple yet powerful notepad with HTML5 support and more
文件大小 671 KB
安装次数 11,203
当前版本 0.2.0.1
更新时间 2022-12-22
上架时间 2018-03-01
评分 3.63/5 共8次评分
开发者 InBasic
电子邮箱 [email protected]
付费类型 free
扩展官网 https://webextension.org/listing/notepad.html
帮助页面URL https://webextension.org/listing/notepad.html
隐私政策页面URL https://add0n.com/policies/inb.cor.txt
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.0.1",
    "name": "Notepad",
    "description": "A simple yet powerful notepad with HTML5 support and more",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/notepad.html",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "options_ui": {
        "page": "data\/options\/index.html"
    }
}