NoteSearch
NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar.
NoteSearch란 무엇입니까?
NoteSearch은(는) https://notesearch.laurentgoudet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar."입니다.
확장 프로그램 스크린샷
NoteSearch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar. Simply enter 'note' in Chrome's address bar (use CTRL+L or CMD+L to quickly reach it) and press the TAB key. This is a free and open source project at an early stage. Please report any bug / feature suggestion directly in the GitHub tracker: https://github.com/laurentgoudet/notesearch/issues What's new: 1.0.2 - Fix authentication loop. Please use the "Need to report a problem?" function in the Reviews tab if it's still not working for you.
확장 프로그램 기본 정보
이름 | NoteSearch |
ID | gaoiobjfbilodcioafbkdeealjaoiepi |
공식 URL | https://chromewebstore.google.com/detail/notesearch/gaoiobjfbilodcioafbkdeealjaoiepi |
설명 | NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar. |
파일 크기 | 65.91 KB |
설치 횟수 | 216 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2013-11-13 |
출시 날짜 | 2013-11-13 |
평점 | 2.50/5 총 2 개의 평점 |
개발자 | https://notesearch.laurentgoudet.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://notesearch.laurentgoudet.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NoteSearch", "description": "NoteSearch lets you quickly search and access your notes stored in Evernote\u00ae directly from your browser's search bar.", "author": "Laurent Goudet", "version": "1.0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "evernote-sdk-minified.js", "background.js" ], "persistent": false }, "omnibox": { "keyword": "note" }, "permissions": [ "tabs", "https:\/\/*.evernote.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |