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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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