NoteSearch

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

Apa itu NoteSearch?

NoteSearch adalah ekstensi Chrome yang dikembangkan oleh https://notesearch.laurentgoudet.com, dan fitur utamanya adalah "NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi NoteSearch

Unduh file ekstensi NoteSearch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NoteSearch NoteSearch
ID gaoiobjfbilodcioafbkdeealjaoiepi
URL Resmi https://chromewebstore.google.com/detail/notesearch/gaoiobjfbilodcioafbkdeealjaoiepi
Deskripsi NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar.
Ukuran File 65.91 KB
Jumlah Instalasi 216
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2013-11-13
Tanggal Publikasi 2013-11-13
Penilaian 2.50/5 Total 2 Penilaian
Pengembang https://notesearch.laurentgoudet.com
Tipe Pembayaran free
Situs Ekstensi http://notesearch.laurentgoudet.com
Bahasa yang Didukung 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'"
}