NoteSearch
NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar.
Qu'est-ce que NoteSearch ?
NoteSearch est une extension Chrome développée par https://notesearch.laurentgoudet.com, et sa fonction principale est "NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NoteSearch
Téléchargez les fichiers d'extension NoteSearch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | NoteSearch |
ID | gaoiobjfbilodcioafbkdeealjaoiepi |
URL Officiel | https://chromewebstore.google.com/detail/notesearch/gaoiobjfbilodcioafbkdeealjaoiepi |
Description | NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar. |
Taille du Fichier | 65.91 KB |
Nombre d'Installations | 216 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2013-11-13 |
Date de Publication | 2013-11-13 |
Évaluation | 2.50/5 Total 2 Évaluations |
Développeur | https://notesearch.laurentgoudet.com |
Type de Paiement | free |
Site Web de l'Extension | http://notesearch.laurentgoudet.com |
Langues Prises en Charge | 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'" } |