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 |
| 官方網址 | 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"
} | |