Notepad Extension

Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.

什么是Notepad Extension?

Notepad Extension是由jakesap开发的Chrome扩展程序,该扩展的主要功能是“Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.”。

扩展截图

screenshot

下载Notepad Extension扩展crx文件

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

扩展使用说明

                        Notepad Extension is a simple and convenient way to save notes while browsing the web. Quickly jot down important information, ideas, or reminders without changing tabs or windows.

Simply click on the extension icon in your browser's toolbar to open the pop-up window, where you can type in your note. Note Saver will automatically save your note as you type, so you don't have to worry about losing any important information.                    

扩展基本信息

名称 Notepad Extension Notepad Extension
ID llalomgpmhbiehnimkkbclmkgobillba
官方URL https://chromewebstore.google.com/detail/notepad-extension/llalomgpmhbiehnimkkbclmkgobillba
简介 Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.
文件大小 67.69 KB
安装次数 79
当前版本 1.0.2
更新时间 2023-08-27
上架时间 2023-05-06
开发者 jakesap
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jakesap/notepad-extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notepad Extension",
    "version": "1.0.2",
    "description": "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.",
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Notepad Extension",
        "default_icon": "logo.png",
        "default_popup": "index.html"
    }
}