NoteSearch

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

ما هو NoteSearch؟

NoteSearch هو إضافة Chrome تم تطويرها بواسطة https://notesearch.laurentgoudet.com، والميزة الرئيسية لها هي "NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة NoteSearch

قم بتنزيل ملفات الامتداد NoteSearch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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