Arxiv To Notion

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

¿Qué es Arxiv To Notion?

Arxiv To Notion es una extensión de Chrome desarrollada por notiontools, y su función principal es "Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Arxiv To Notion

Descarga archivos de extensión Arxiv To Notion en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Arxiv To Notion Arxiv To Notion
ID bgkglfpmfopkikgchgdmkppjebbhincc
URL Oficial https://chromewebstore.google.com/detail/arxiv-to-notion/bgkglfpmfopkikgchgdmkppjebbhincc
Descripción Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…
Tamaño del Archivo 28.92 KB
Cantidad de Instalaciones 223
Versión Actual 1.0
Última Actualización 2021-08-14
Fecha de Publicación 2021-08-12
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador notiontools
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/arxivtonotion/extension
URL de la Página de Ayuda https://github.com/arxivtonotion/extension
URL de la Página de Política de Privacidad https://github.com/arxivtonotion/arxivtonotion.github.io/blob/main/privacypolicy.md
Idiomas Soportados 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"
    }
}