SpiderNotes

Notes in your browser: Private, Synchronized, Secure.

What is SpiderNotes?

SpiderNotes is a Chrome extension developed by andornaut, and its main feature is "Notes in your browser: Private, Synchronized, Secure.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SpiderNotes Extension CRX File

Download SpiderNotes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name SpiderNotes SpiderNotes
ID mgghkmeinhhcldkigpioebfjfghdeofl
Official URL https://chromewebstore.google.com/detail/spidernotes/mgghkmeinhhcldkigpioebfjfghdeofl
Description Notes in your browser: Private, Synchronized, Secure.
File Size 270 KB
Installation Count 25
Current Version 1.0.5
Last Updated 2016-03-04
Publish Date 2016-03-03
Developer andornaut
Email [email protected]
Payment Type free
Extension Website https://github.com/andornaut/spidernotes-chrome
Supported Languages 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"
}