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은(는) notiontools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Arxiv To Notion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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