Arxiv To Notion

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

Hvad er Arxiv To Notion?

Arxiv To Notion er en Chrome-udvidelse udviklet af notiontools, og dens hovedfunktion er "Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Arxiv To Notion-udvidelses-CRX-fil

Download Arxiv To Notion-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Arxiv To Notion Arxiv To Notion
ID bgkglfpmfopkikgchgdmkppjebbhincc
Officiel URL https://chromewebstore.google.com/detail/arxiv-to-notion/bgkglfpmfopkikgchgdmkppjebbhincc
Beskrivelse Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…
Filstørrelse 28.92 KB
Antal Installationer 223
Nuværende Version 1.0
Senest Opdateret 2021-08-14
Udgivelsesdato 2021-08-12
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler notiontools
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/arxivtonotion/extension
Hjælpeside-URL https://github.com/arxivtonotion/extension
URL til Fortrolighedspolitik Side https://github.com/arxivtonotion/arxivtonotion.github.io/blob/main/privacypolicy.md
Understøttede Sprog 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"
    }
}