Flash Note
This extension allows you to write small notes in your browser.
Vad är Flash Note?
Flash Note är en Chrome-tillägg utvecklad av Fat Cattitude, LLC, och dess huvudfunktion är "This extension allows you to write small notes in your browser.".
Tilläggsskärmbilder
Ladda ner Flash Note-förlängningens CRX-fil
Ladda ner Flash Note-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        This extension allows you to take quick notes right from your browser. Notes are synced to your Google account.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | cbpmbifffiggcmoipaafjmkmmjicojfl | 
| Officiell webbadress | https://chromewebstore.google.com/detail/flash-note/cbpmbifffiggcmoipaafjmkmmjicojfl | 
| Beskrivning | This extension allows you to write small notes in your browser. | 
| Filstorlek | 849 KB | 
| Antal Installationer | 67 | 
| Aktuell Version | 0.0.0.7 | 
| Senast Uppdaterad | 2023-05-30 | 
| Publiceringsdatum | 2018-06-21 | 
| Utvecklare | Fat Cattitude, LLC | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    ]
}  |  |