SpiderNotes

Notes in your browser: Private, Synchronized, Secure.

Τι είναι το SpiderNotes;

Το SpiderNotes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον andornaut, και η κύρια λειτουργία του είναι "Notes in your browser: Private, Synchronized, Secure.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SpiderNotes

Λήψη αρχείων επέκτασης SpiderNotes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SpiderNotes SpiderNotes
ID mgghkmeinhhcldkigpioebfjfghdeofl
Επίσημο URL https://chromewebstore.google.com/detail/spidernotes/mgghkmeinhhcldkigpioebfjfghdeofl
Περιγραφή Notes in your browser: Private, Synchronized, Secure.
Μέγεθος Αρχείου 270 KB
Αριθμός Εγκαταστάσεων 25
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2016-03-04
Ημερομηνία Δημοσίευσης 2016-03-03
Προγραμματιστής andornaut
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/andornaut/spidernotes-chrome
Υποστηριζόμενες Γλώσσες 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"
}