NoteSearch

NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar.

O que é NoteSearch?

NoteSearch é uma extensão do Chrome desenvolvida por https://notesearch.laurentgoudet.com, e sua principal característica é "NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão NoteSearch

Baixe arquivos de extensão NoteSearch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NoteSearch NoteSearch
ID gaoiobjfbilodcioafbkdeealjaoiepi
URL Oficial https://chromewebstore.google.com/detail/notesearch/gaoiobjfbilodcioafbkdeealjaoiepi
Descrição NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar.
Tamanho do Arquivo 65.91 KB
Contagem de Instalações 216
Versão Atual 1.0.2
Última Atualização 2013-11-13
Data de Publicação 2013-11-13
Classificação 2.50/5 Total de 2 Avaliações
Desenvolvedor https://notesearch.laurentgoudet.com
Tipo de Pagamento free
Site da Extensão http://notesearch.laurentgoudet.com
Idiomas Suportados 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'"
}