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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NoteSearch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}