Secret Notes
Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
什么是Secret Notes?
Secret Notes是由Nicholas Z.开发的Chrome扩展程序,该扩展的主要功能是“Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly”。
下载Secret Notes扩展crx文件
下载Secret Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Secret Notes |
ID | hedimpoelhfnnnkhnbbdpaahkjenfppn |
官方URL | https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn |
简介 | Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly |
文件大小 | 39.12 KB |
安装次数 | 173 |
当前版本 | 2.0 |
更新时间 | 2018-01-18 |
上架时间 | 2018-01-17 |
评分 | 5.00/5 共1次评分 |
开发者 | Nicholas Z. |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Secret Notes", "short_name": "SecretNotes", "description": "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly", "version": "2.0", "icons": { "128": "icon\/128.png", "48": "icon\/48.png" }, "browser_action": { "default_icon": "icon\/48.png", "default_popup": "popup.html" } } |