NoteSearch

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

NoteSearch là gì?

NoteSearch là một tiện ích mở rộng Chrome được phát triển bởi https://notesearch.laurentgoudet.com, và tính năng chính của nó là "NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NoteSearch

Tải xuống các tệp mở rộng NoteSearch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NoteSearch NoteSearch
ID gaoiobjfbilodcioafbkdeealjaoiepi
URL Chính Thức https://chromewebstore.google.com/detail/notesearch/gaoiobjfbilodcioafbkdeealjaoiepi
Mô tả NoteSearch lets you quickly search and access your notes stored in Evernote® directly from your browser's search bar.
Kích Thước Tệp 65.91 KB
Số Lần Cài Đặt 216
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2013-11-13
Ngày Phát Hành 2013-11-13
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://notesearch.laurentgoudet.com
Loại Thanh Toán free
Trang Web Mở Rộng http://notesearch.laurentgoudet.com
Ngôn Ngữ Được Hỗ Trợ 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'"
}