Flash Note
This extension allows you to write small notes in your browser.
Was ist Flash Note?
Flash Note ist eine Chrome-Erweiterung, die von Fat Cattitude, LLC entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to write small notes in your browser.".
Erweiterungsscreenshots
Flash Note-Erweiterungs-CRX-Datei herunterladen
Laden Sie Flash Note-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to take quick notes right from your browser. Notes are synced to your Google account.
Grundlegende Informationen zur Erweiterung
Name | Flash Note |
ID | cbpmbifffiggcmoipaafjmkmmjicojfl |
Offizielle URL | https://chromewebstore.google.com/detail/flash-note/cbpmbifffiggcmoipaafjmkmmjicojfl |
Beschreibung | This extension allows you to write small notes in your browser. |
Dateigröße | 849 KB |
Installationsanzahl | 67 |
Aktuelle Version | 0.0.0.7 |
Letztes Update | 2023-05-30 |
Veröffentlichungsdatum | 2018-06-21 |
Entwickler | Fat Cattitude, LLC |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |