Chrome Note

A handy way to keep notes while you browse the web

Was ist Chrome Note?

Chrome Note ist eine Chrome-Erweiterung, die von gazza7205 entwickelt wurde, und ihr Hauptmerkmal ist "A handy way to keep notes while you browse the web".

Erweiterungsscreenshots

screenshot

Chrome Note-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chrome 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 is a basic note taking application.

I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention.

There are some improvements I'd like to make and will be doing so over time.

I'll be putting this on GitHub soon too so you can fork/laugh at it :)                    

Grundlegende Informationen zur Erweiterung

Name Chrome Note Chrome Note
ID aockhgcalnpkacmmbabpenflbdikonmg
Offizielle URL https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg
Beschreibung A handy way to keep notes while you browse the web
Dateigröße 86.14 KB
Installationsanzahl 1,069
Aktuelle Version 1.1
Letztes Update 2015-07-26
Veröffentlichungsdatum 2015-07-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler gazza7205
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Note",
    "description": "A handy way to keep notes while you browse the web",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "app\/index.html"
    },
    "permissions": [
        "activeTab"
    ]
}