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 |
官方網址 | 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'" } |