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'" } |