Flash Note

This extension allows you to write small notes in your browser.

What is Flash Note?

Flash Note is a Chrome extension developed by Fat Cattitude, LLC, and its main feature is "This extension allows you to write small notes in your browser.".

Extension Screenshots

screenshot

Download Flash Note Extension CRX File

Download Flash Note extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to take quick notes right from your browser. Notes are synced to your Google account.                    

Extension Basic Information

Name Flash Note Flash Note
ID cbpmbifffiggcmoipaafjmkmmjicojfl
Official URL https://chromewebstore.google.com/detail/flash-note/cbpmbifffiggcmoipaafjmkmmjicojfl
Description This extension allows you to write small notes in your browser.
File Size 849 KB
Installation Count 67
Current Version 0.0.0.7
Last Updated 2023-05-30
Publish Date 2018-06-21
Developer Fat Cattitude, LLC
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}