SpiderNotes
Notes in your browser: Private, Synchronized, Secure.
SpiderNotes란 무엇입니까?
SpiderNotes은(는) andornaut에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notes in your browser: Private, Synchronized, Secure."입니다.
확장 프로그램 스크린샷
SpiderNotes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | SpiderNotes |
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 |
이메일 | [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" } |