SpiderNotes
Notes in your browser: Private, Synchronized, Secure.
Co je SpiderNotes?
SpiderNotes je rozšíření Chrome vyvinuté andornaut, a jeho hlavní funkcí je „Notes in your browser: Private, Synchronized, Secure.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SpiderNotes
Stáhněte si soubory rozšíření SpiderNotes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | mgghkmeinhhcldkigpioebfjfghdeofl |
| Oficiální URL | https://chromewebstore.google.com/detail/spidernotes/mgghkmeinhhcldkigpioebfjfghdeofl |
| Popis | Notes in your browser: Private, Synchronized, Secure. |
| Velikost souboru | 270 KB |
| Počet instalací | 25 |
| Aktuální Verze | 1.0.5 |
| Poslední Aktualizace | 2016-03-04 |
| Datum Vydání | 2016-03-03 |
| Vývojář | andornaut |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/andornaut/spidernotes-chrome |
| Podporované Jazyky | 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"
} | |