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ファイルをダウンロード
NoteSearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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'" } |