Arxiv To Notion

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

O que é Arxiv To Notion?

Arxiv To Notion é uma extensão do Chrome desenvolvida por notiontools, e sua principal característica é "Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Arxiv To Notion

Baixe arquivos de extensão Arxiv To Notion no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Arxiv To Notion Arxiv To Notion
ID bgkglfpmfopkikgchgdmkppjebbhincc
URL Oficial https://chromewebstore.google.com/detail/arxiv-to-notion/bgkglfpmfopkikgchgdmkppjebbhincc
Descrição Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…
Tamanho do Arquivo 28.92 KB
Contagem de Instalações 223
Versão Atual 1.0
Última Atualização 2021-08-14
Data de Publicação 2021-08-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor notiontools
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/arxivtonotion/extension
URL da Página de Ajuda https://github.com/arxivtonotion/extension
URL da Página de Política de Privacidade https://github.com/arxivtonotion/arxivtonotion.github.io/blob/main/privacypolicy.md
Idiomas Suportados 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"
    }
}