SpiderNotes
Notes in your browser: Private, Synchronized, Secure.
SpiderNotesとは何ですか?
SpiderNotesはandornautによって開発されたChromeの拡張機能で、その主な機能は「Notes in your browser: Private, Synchronized, Secure.」です。
拡張機能のスクリーンショット
SpiderNotes拡張機能のCRXファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |