SpiderNotes

Notes in your browser: Private, Synchronized, Secure.

Was ist SpiderNotes?

SpiderNotes ist eine Chrome-Erweiterung, die von andornaut entwickelt wurde, und ihr Hauptmerkmal ist "Notes in your browser: Private, Synchronized, Secure.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SpiderNotes-Erweiterungs-CRX-Datei herunterladen

Laden Sie SpiderNotes-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

                        With SpiderNotes you can:

- Take and search your notes while you browse the web.
- Know when your notes link to the websites that you visit.
- Keep your notes private and offline by default.
- Optionally encrypt and sync your notes.

SpiderNotes is open source:
https://github.com/andornaut/spidernotes-chrome                    

Grundlegende Informationen zur Erweiterung

Name SpiderNotes SpiderNotes
ID mgghkmeinhhcldkigpioebfjfghdeofl
Offizielle URL https://chromewebstore.google.com/detail/spidernotes/mgghkmeinhhcldkigpioebfjfghdeofl
Beschreibung Notes in your browser: Private, Synchronized, Secure.
Dateigröße 270 KB
Installationsanzahl 25
Aktuelle Version 1.0.5
Letztes Update 2016-03-04
Veröffentlichungsdatum 2016-03-03
Entwickler andornaut
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/andornaut/spidernotes-chrome
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "andornaut",
    "background": {
        "scripts": [
            "app.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/img\/icon19.png",
        "default_title": "SpiderNotes",
        "default_popup": "popup.html"
    },
    "description": "Notes in your browser: Private, Synchronized, Secure.",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "64": "assets\/img\/icon64.png",
        "128": "assets\/img\/icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "31",
    "name": "SpiderNotes",
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "https:\/\/spider-notes.appspot.com\/",
        "storage",
        "tabs"
    ],
    "version": "1.0.5"
}