Arxiv To Notion

Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…

Arxiv To Notionคืออะไร?

Arxiv To Notion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย notiontools และคุณลักษณะหลักของมันคือ "Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Arxiv To Notion

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

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

                        Save arXiv papers to Notion with a single click.

How to Use :

1. Duplicate this template : https://bit.ly/arxiv-to-notion-template
2. Authenticate your Notion by clicking on the "Login with Notion" button. Give access to the duplicated template.
3. Open any arXiv paper in the browser. Wait for the extension to authenticate
4. Select the page (duplicated from the above template) to which you want to add the paper 
4. Click on "Add Paper"

Metadata about the paper open in the current tab will be added to the selected notion page.                    

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

ชื่อ Arxiv To Notion Arxiv To Notion
ID bgkglfpmfopkikgchgdmkppjebbhincc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arxiv-to-notion/bgkglfpmfopkikgchgdmkppjebbhincc
คำอธิบาย Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…
ขนาดไฟล์ 28.92 KB
จำนวนการติดตั้ง 223
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-08-14
วันที่เผยแพร่ 2021-08-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา notiontools
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/arxivtonotion/extension
URL หน้าช่วยเหลือ https://github.com/arxivtonotion/extension
URL หน้านโยบายความเป็นส่วนตัว https://github.com/arxivtonotion/arxivtonotion.github.io/blob/main/privacypolicy.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arxiv To Notion",
    "description": "",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/arxivtonotion.github.io\/*"
        ]
    },
    "action": {
        "default_title": "arXiv to Notion",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}