Flash Note

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

Wat is Flash Note?

Flash Note is een Chrome-extensie ontwikkeld door Fat Cattitude, LLC, en de belangrijkste functie is "This extension allows you to write small notes in your browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Flash Note

Download Flash Note-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Flash Note Flash Note
ID cbpmbifffiggcmoipaafjmkmmjicojfl
Officiële URL https://chromewebstore.google.com/detail/flash-note/cbpmbifffiggcmoipaafjmkmmjicojfl
Beschrijving This extension allows you to write small notes in your browser.
Bestandsgrootte 849 KB
Aantal Installaties 67
Huidige Versie 0.0.0.7
Laatst Bijgewerkt 2023-05-30
Publicatiedatum 2018-06-21
Ontwikkelaar Fat Cattitude, LLC
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}