Arxiv To Notion

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

Wat is Arxiv To Notion?

Arxiv To Notion is een Chrome-extensie ontwikkeld door notiontools, en de belangrijkste functie is "Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Arxiv To Notion

Download Arxiv To Notion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Arxiv To Notion Arxiv To Notion
ID bgkglfpmfopkikgchgdmkppjebbhincc
Officiële URL https://chromewebstore.google.com/detail/arxiv-to-notion/bgkglfpmfopkikgchgdmkppjebbhincc
Beschrijving Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…
Bestandsgrootte 28.92 KB
Aantal Installaties 223
Huidige Versie 1.0
Laatst Bijgewerkt 2021-08-14
Publicatiedatum 2021-08-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar notiontools
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/arxivtonotion/extension
Help Pagina-URL https://github.com/arxivtonotion/extension
URL van de Privacybeleid Pagina https://github.com/arxivtonotion/arxivtonotion.github.io/blob/main/privacypolicy.md
Ondersteunde Talen 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"
    }
}