Arxiv To Notion

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

Was ist Arxiv To Notion?

Arxiv To Notion ist eine Chrome-Erweiterung, die von notiontools entwickelt wurde, und ihr Hauptmerkmal ist "Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Arxiv To Notion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Arxiv To Notion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Arxiv To Notion Arxiv To Notion
ID bgkglfpmfopkikgchgdmkppjebbhincc
Offizielle URL https://chromewebstore.google.com/detail/arxiv-to-notion/bgkglfpmfopkikgchgdmkppjebbhincc
Beschreibung Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…
Dateigröße 28.92 KB
Installationsanzahl 223
Aktuelle Version 1.0
Letztes Update 2021-08-14
Veröffentlichungsdatum 2021-08-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler notiontools
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/arxivtonotion/extension
Hilfeseite URL https://github.com/arxivtonotion/extension
URL der Datenschutzrichtlinien-Seite https://github.com/arxivtonotion/arxivtonotion.github.io/blob/main/privacypolicy.md
Unterstützte Sprachen 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"
    }
}