Pop up notes

Simple way of taking quick notes

Was ist Pop up notes?

Pop up notes ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Simple way of taking quick notes".

Erweiterungsscreenshots

screenshot
screenshot

Pop up notes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pop up notes-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

                        Simple way of taking and managing quick notes 


1) Allows you to add/delete new tabs and take notes 
2) Allows you edit your content as per your liking 

This is version 1.  New features will be added in the upcoming versions 


Any comments and suggestions will be appreciated 

Thank you.                    

Grundlegende Informationen zur Erweiterung

Name Pop up notes Pop up notes
ID gadonekoamhlbfjfpleffgbbebgdgnik
Offizielle URL https://chromewebstore.google.com/detail/pop-up-notes/gadonekoamhlbfjfpleffgbbebgdgnik
Beschreibung Simple way of taking quick notes
Dateigröße 1.24 MB
Installationsanzahl 53
Aktuelle Version 1.0
Letztes Update 2020-01-20
Veröffentlichungsdatum 2020-01-19
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pop up notes",
    "description": "Simple way of taking quick notes",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*"
    ]
}