NewTab Memo
Transforms Chrome new tabs into memopads. Type, edit, and save text.
什么是NewTab Memo?
NewTab Memo是由nc-dev开发的Chrome扩展程序,该扩展的主要功能是“Transforms Chrome new tabs into memopads. Type, edit, and save text.”。
扩展截图
下载NewTab Memo扩展crx文件
下载NewTab Memo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ideal for jotting down notes. Only stores text locally, without any external tracking or storage. ★ Features ★ - Works offline - Autosaves text - Curated themes - Custom web fonts - Lightweight (~30 KiB) and only "Vanilla JS" = = = = = = = = = = Changelog (most recent updates) v1.1.2 - positioning bug fix v1.1.1 - New text editing lock/unlock button and indicator - New theme: Cookies 'n Cream - New text styling buttons: bold, italics, underline, strikethrough, indent, outdent, v1.1.0 - Moving some experimental features to stable - Options page changes to display current CSS settings
扩展基本信息
名称 | NewTab Memo |
ID | gmahiocgkhbehfpmdndjpppdehlccaoh |
官方URL | https://chromewebstore.google.com/detail/newtab-memo/gmahiocgkhbehfpmdndjpppdehlccaoh |
简介 | Transforms Chrome new tabs into memopads. Type, edit, and save text. |
文件大小 | 24.05 KB |
安装次数 | 138 |
当前版本 | 1.1.2 |
更新时间 | 2021-01-15 |
上架时间 | 2017-06-28 |
评分 | 4.33/5 共6次评分 |
开发者 | nc-dev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewTab Memo", "version": "1.1.2", "description": "Transforms Chrome new tabs into memopads. Type, edit, and save text.", "chrome_url_overrides": { "newtab": "newTab.html" }, "browser_action": { "default_icon": "images\/icon-128.png", "default_title": "NewTab Memo", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "storage" ], "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "commands": { "save_changes": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "MacCtrl+Shift+S" }, "description": "Save text changes" } } } |