SpiderNotes

Notes in your browser: Private, Synchronized, Secure.

Co to jest SpiderNotes?

SpiderNotes to rozszerzenie Chrome opracowane przez andornaut, a jego główną funkcją jest „Notes in your browser: Private, Synchronized, Secure.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SpiderNotes

Pobierz pliki rozszerzeń SpiderNotes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa SpiderNotes SpiderNotes
ID mgghkmeinhhcldkigpioebfjfghdeofl
Oficjalny URL https://chromewebstore.google.com/detail/spidernotes/mgghkmeinhhcldkigpioebfjfghdeofl
Opis Notes in your browser: Private, Synchronized, Secure.
Rozmiar pliku 270 KB
Liczba instalacji 25
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2016-03-04
Data Publikacji 2016-03-03
Deweloper andornaut
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/andornaut/spidernotes-chrome
Obsługiwane Języki 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"
}