Flash Note
This extension allows you to write small notes in your browser.
什么是Flash Note?
Flash Note是由Fat Cattitude, LLC开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to write small notes in your browser.”。
扩展截图
下载Flash Note扩展crx文件
下载Flash Note扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to take quick notes right from your browser. Notes are synced to your Google account.
扩展基本信息
名称 | Flash Note |
ID | cbpmbifffiggcmoipaafjmkmmjicojfl |
官方URL | https://chromewebstore.google.com/detail/flash-note/cbpmbifffiggcmoipaafjmkmmjicojfl |
简介 | This extension allows you to write small notes in your browser. |
文件大小 | 849 KB |
安装次数 | 67 |
当前版本 | 0.0.0.7 |
更新时间 | 2023-05-30 |
上架时间 | 2018-06-21 |
开发者 | Fat Cattitude, LLC |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flash Note", "description": "This extension allows you to write small notes in your browser.", "version": "0.0.0.7", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |