nXr.iNote

Annotate and store text/quotes/images in a quote/image searchable library for writing accurately cited paper based on quotes/images.

nXr.iNoteคืออะไร?

nXr.iNote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nxref.com และคุณลักษณะหลักของมันคือ "Annotate and store text/quotes/images in a quote/image searchable library for writing accurately cited paper based on quotes/images."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย nXr.iNote

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

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

                        nXr.iNote supports you to collect text/quotes and images/graphs with tags/notes from articles while browsing, which are automatically stored along with the articles in a quote/image searchable library (nXr.iLibrary).

Then, you can write well-substantiated reports/writing assignments/research papers by referring/making citations based on the quotes and images besides article titles.

Moreover, you can share the cited quotes/images/articles with your peers or reviewers (by nXr.iCite) to confirm that your writing is comprehensive and free from quotation/citation errors.

Other key features:
- support for making annotated bibliography
- create topics that group together information on issues or questions from various sources
- article information autofill, save PDF, multi-label article grouping.
- view notes automatically in articles when they are visited again.
- share articles while browsing without writing emails.
- anonymous integration and viewing of articles and their annotations made by a research group members (in nXr group account).
- access Read it later, Latest read while browsing.
- access millions of research papers made freely available by funders (powered-by Unpaywall) 

Visit nxref.com to learn more on how to do things for better research through nXr.iNote integration with nXr.iLibrary and nXr.iCite, which can never be done with traditional reference managers and citation tools.

Please rate us and leave feedback for making nXr more productive for you.                    

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

ชื่อ nXr.iNote nXr.iNote
ID jficpbcohialffjjplkgifdoigjhnhim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nxrinote/jficpbcohialffjjplkgifdoigjhnhim
คำอธิบาย Annotate and store text/quotes/images in a quote/image searchable library for writing accurately cited paper based on quotes/images.
ขนาดไฟล์ 1.1 MB
จำนวนการติดตั้ง 105
เวอร์ชันปัจจุบัน 3.2.0
อัปเดตครั้งล่าสุด 2023-10-17
วันที่เผยแพร่ 2020-11-19
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://nxref.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.nxref.com
URL หน้าช่วยเหลือ https://nxref.com/help/
URL หน้านโยบายความเป็นส่วนตัว https://nxref.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nXr.iNote",
    "description": "Annotate and store text\/quotes\/images in a quote\/image searchable library for writing accurately cited paper based on quotes\/images.",
    "version": "3.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/nXr_logo_16x16.png",
        "32": "icons\/nXr_logo_32x32.png",
        "48": "icons\/nXr_logo_48x48.png",
        "128": "icons\/nXr_logo_128x128.png"
    },
    "action": {
        "default_title": "nXr.iNote-ext"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [],
            "css": [
                "tab\/tab.css"
            ],
            "js": []
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "tab\/tab.html",
                "tab\/tab.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}