Lightweight Notepad
Very very lightweight notepad.
什么是Lightweight Notepad?
Lightweight Notepad是由Murali Krishna Chanda开发的Chrome扩展程序,该扩展的主要功能是“Very very lightweight notepad.”。
扩展截图
下载Lightweight Notepad扩展crx文件
下载Lightweight Notepad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A very lightweight notepad used for taking faster notes like storing phone numbers, mail IDs etc. It will save the data as you type. 扩展基本信息
| 名称 | |
| ID | pkhiahnopknkooefhefdbalaaboepmbm |
| 官方URL | https://chromewebstore.google.com/detail/lightweight-notepad/pkhiahnopknkooefhefdbalaaboepmbm |
| 简介 | Very very lightweight notepad. |
| 文件大小 | 41.88 KB |
| 安装次数 | 1,218 |
| 当前版本 | 4 |
| 更新时间 | 2019-04-01 |
| 上架时间 | 2019-04-01 |
| 评分 | 4.44/5 共16次评分 |
| 开发者 | Murali Krishna Chanda |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Lightweight Notepad",
"version": "4",
"manifest_version": 2,
"description": "Very very lightweight notepad.",
"browser_action": {
"default_icon": "notepad.png",
"default_popup": "notepad.html"
},
"content_scripts": [
{
"js": [
"jquery-3.3.1.min.js",
"function.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"offline_enabled": true
} | |