Arxiv To Notion

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

Cos'è Arxiv To Notion?

Arxiv To Notion è un'estensione di Chrome sviluppata da notiontools, e la sua funzione principale è "Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Arxiv To Notion

Scarica i file di estensione Arxiv To Notion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Arxiv To Notion Arxiv To Notion
ID bgkglfpmfopkikgchgdmkppjebbhincc
URL Ufficiale https://chromewebstore.google.com/detail/arxiv-to-notion/bgkglfpmfopkikgchgdmkppjebbhincc
Descrizione Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…
Dimensione del File 28.92 KB
Conteggio Installazioni 223
Versione Corrente 1.0
Ultimo Aggiornamento 2021-08-14
Data di Pubblicazione 2021-08-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore notiontools
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/arxivtonotion/extension
URL della Pagina di Aiuto https://github.com/arxivtonotion/extension
URL della Pagina della Politica sulla Privacy https://github.com/arxivtonotion/arxivtonotion.github.io/blob/main/privacypolicy.md
Lingue Supportate 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"
    }
}