RAx Web Importer

RAx - Your AI research companion

RAx Web Importerคืออะไร?

RAx Web Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rax-developers และคุณลักษณะหลักของมันคือ "RAx - Your AI research companion"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RAx Web Importer

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

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

                        **RAx Web Importer**

**Speed up your literature review.**
Add research papers directly into RAx to get to the insights faster, find related information and connect the dots.
With the RAx Web Importer, you can save web pages, references or pdfs directly into your RAx project from your favourite discovery engine or reference management tool. Includes: Mendeley and Zotero reference management tools and Google Scholar, Pubmed, IEEE Xplore, Elsevier (ScienceDirect), Springer Nature, ACM Digital Library, Sage, Semantic Scholar, Wiley and JSTOR discovery engines.

**Get to the insights faster**
RAx collates and organises the insights from research papers into sections, so you can focus on what’s of interest to you right now. Get straight to the key insights, such as the research goal, results or method.

**Find connections in an instant**
RAx connects information using adaptive AI, so you can explore information related to broad topics or specific points of interest. Spend less time searching and more time discovering with the ability to customise results.

**All your research, all in one place**
Add your notes, highlight important points, discuss, analyse, collaborate and connect information on the RAx platform.

**Sign up** at [raxter.io](http://raxter.io/) to start using RAx Web Importer                    

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

ชื่อ RAx Web Importer RAx Web Importer
ID feaobealhbkopimboocadgolnfakipoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rax-web-importer/feaobealhbkopimboocadgolnfakipoe
คำอธิบาย RAx - Your AI research companion
ขนาดไฟล์ 290 KB
จำนวนการติดตั้ง 406
เวอร์ชันปัจจุบัน 3.3.0
อัปเดตครั้งล่าสุด 2021-04-28
วันที่เผยแพร่ 2020-01-17
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา rax-developers
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://raxter.io
URL หน้าช่วยเหลือ https://raxter.io/faq
URL หน้านโยบายความเป็นส่วนตัว https://raxter.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RAx Web Importer",
    "description": " RAx - Your AI research companion",
    "version": "3.3.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "57": "icons\/57x57.png",
        "60": "icons\/60x60.png",
        "72": "icons\/72x72.png",
        "96": "icons\/96x96.png",
        "114": "icons\/114x114.png",
        "144": "icons\/144x144.png",
        "152": "icons\/152x152.png",
        "180": "icons\/180x180.png",
        "192": "icons\/192x192.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "RAx web-importer",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+X",
                "mac": "Command+Shift+X",
                "chromeos": "Ctrl+Shift+X",
                "linux": "Ctrl+Shift+X"
            }
        }
    }
}