Research Notes

Bookmark, tag or add notes to pages, highlight and save quotes or images, save selected Google searches, filter out search results.

Research Notesคืออะไร?

Research Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onlineresearchnotes.com และคุณลักษณะหลักของมันคือ "Bookmark, tag or add notes to pages, highlight and save quotes or images, save selected Google searches, filter out search results."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Research Notes

ดาวน์โหลดไฟล์ส่วนขยาย Research Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        (What's new in latest version: see https://onlineresearchnotes.com/#latest)

KEEP NOTES AND ORGANIZE PAGES
Bookmark, tag or add notes to pages.

SAVE & HIGHLIGHT QUOTES
Save quotes or other text snippets from pages (or PDFs), highlight quotes on the page.

SAVE IMAGES
Save images with pages - either pictures directly from the page or copy-pasted screenshots via a tool like Snipping Tool or Paint.

TAGS WITH VALUE
Advanced tagging: you can add values to the tags. For example, to record a page’s author, add a tag like “Author: ”.  Or, when searching for products and comparing good websites with alternative offerings, add tags to pages such as  “Product: ” or “Price: ”. 
You can group and sort by tags and values separately on the all notes -page.

RESEARCH UNDER SEPARATE TOPICS
All your pages and searches will be saved under topics that you define. This helps keep your different research topics - be it work, school or hobbies - separated from each other.

SAVE YOUR GOOGLE OR GOOGLE SCHOLAR SEARCHES
When studying a topic in-depth, save searches to remember what search terms you’ve used, which ones got great results and how far into the results you have looked.
By default, search saving is turned off, it can be activated for each Google search tab separately.

HELPFUL SEARCHING OPTIONS
Cross out and hide search results that are not useful.
Instantly add notes and tags to results straight in your Google search.

OVERVIEW OF SAVED RESEARCH
A special all notes -page gives a comprehensive overview of your topics, pages and searches. See your researched pages either in list or table format. Filter pages by text, tags, notes or bookmarks.

PRIVATE
The information that you create while working with the extension - addresses, searches, notes, tags, etc - is stored exclusively in your own browser and is not shared with anyone. 
We only collect anonymous analytics information about this products usage to get an overview of what features are used.

DO YOU HAVE QUESTIONS OR RECOMMENDATIONS?
We are open to feedback about this product, about existing features or new ideas - just use the feedback form that can be opened after clicking the extension's icon.
And please do inform us also about any possible bugs still lurking in this public beta version.

FREE
This extension is free to use.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Research Notes Research Notes
ID cadlpkhdkhlecgchhgaclpnbahfckppp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/research-notes/cadlpkhdkhlecgchhgaclpnbahfckppp
คำอธิบาย Bookmark, tag or add notes to pages, highlight and save quotes or images, save selected Google searches, filter out search results.
ขนาดไฟล์ 623 KB
จำนวนการติดตั้ง 3,158
เวอร์ชันปัจจุบัน 1.0.6.1
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2020-04-26
คะแนน 4.33/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://onlineresearchnotes.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://onlineresearchnotes.com
URL หน้าช่วยเหลือ https://www.onlineresearchnotes.com/#help
URL หน้านโยบายความเป็นส่วนตัว https://www.onlineresearchnotes.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Research Notes",
    "description": "Bookmark, tag or add notes to pages, highlight and save quotes or images, save selected Google searches, filter out search results.",
    "version": "1.0.6.1",
    "browser_action": {
        "default_icon": "rn128.png",
        "default_popup": "deskr-popup.html"
    },
    "icons": {
        "128": "rn128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "storage",
        "unlimitedStorage",
        "background",
        "contextMenus",
        "bookmarks",
        "clipboardRead"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.3.min.js",
            "he.js",
            "deskr-common.js",
            "deskr-background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "deskr.css",
                "tagit.ui-zendesk-modified.css",
                "jquery.tagit.css",
                "balloon.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "jquery.tablesorter.js",
                "jquery-ui-1.11.4-custom-Core-Widget-Position-Autocomplete.min.js",
                "tag-it-modified.js",
                "he.js",
                "mark.js",
                "deskr-common.js",
                "deskr.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "save_quote": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q",
                "mac": "Command+Shift+Q"
            },
            "description": "Highlight the selection and save as quote"
        },
        "open_all_notes": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Open the all notes -page"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}