SpiderNotes
Notes in your browser: Private, Synchronized, Secure.
SpiderNotes là gì?
SpiderNotes là một tiện ích mở rộng Chrome được phát triển bởi andornaut, và tính năng chính của nó là "Notes in your browser: Private, Synchronized, Secure.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SpiderNotes
Tải xuống các tệp mở rộng SpiderNotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SpiderNotes |
ID | mgghkmeinhhcldkigpioebfjfghdeofl |
URL Chính Thức | https://chromewebstore.google.com/detail/spidernotes/mgghkmeinhhcldkigpioebfjfghdeofl |
Mô tả | Notes in your browser: Private, Synchronized, Secure. |
Kích Thước Tệp | 270 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2016-03-04 |
Ngày Phát Hành | 2016-03-03 |
Nhà Phát Triển | andornaut |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/andornaut/spidernotes-chrome |
Ngôn Ngữ Được Hỗ Trợ | 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" } |