Simple Notepad

Very simple notepad. Synchronize between the same accounts.

什么是Simple Notepad?

Simple Notepad是由mountaindull开发的Chrome扩展程序,该扩展的主要功能是“Very simple notepad. Synchronize between the same accounts.”。

扩展截图

screenshot
screenshot

下载Simple Notepad扩展crx文件

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

扩展使用说明

                        Add a very simple notepad that allows you to switch between multiple notes in your browser.
You can select the save storage of each memo from "Sync" or "Local", and the contents are always saved.
You can change the size of the memo field and the width of the TAB from "Settings".                    

扩展基本信息

名称 Simple Notepad Simple Notepad
ID gmcbcmahcbcmmlofmdmnmjfhojegpbdh
官方URL https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh
简介 Very simple notepad. Synchronize between the same accounts.
文件大小 51.86 KB
安装次数 174
当前版本 1.6.5
更新时间 2023-08-25
上架时间 2022-01-10
评分 5.00/5 共1次评分
开发者 mountaindull
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Keinsleif/Simple_Notepad
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "version": "1.6.5",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}