Arxiv To Notion

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

What is Arxiv To Notion?

Arxiv To Notion is a Chrome extension developed by notiontools, and its main feature is "Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Arxiv To Notion Extension CRX File

Download Arxiv To Notion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Arxiv To Notion Arxiv To Notion
ID bgkglfpmfopkikgchgdmkppjebbhincc
Official URL https://chromewebstore.google.com/detail/arxiv-to-notion/bgkglfpmfopkikgchgdmkppjebbhincc
Description Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…
File Size 28.92 KB
Installation Count 223
Current Version 1.0
Last Updated 2021-08-14
Publish Date 2021-08-12
Rating 5.00/5 Total 1 Ratings
Developer notiontools
Email [email protected]
Payment Type free
Extension Website https://github.com/arxivtonotion/extension
Help Page URL https://github.com/arxivtonotion/extension
Privacy Policy Page URL https://github.com/arxivtonotion/arxivtonotion.github.io/blob/main/privacypolicy.md
Supported Languages 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"
    }
}