Arxiv To Notion

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

Что такое Arxiv To Notion?

Arxiv To Notion - это расширение Chrome, разработанное notiontools, и его основная функция - "Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Arxiv To Notion

Скачайте файлы расширений Arxiv To Notion в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Arxiv To Notion Arxiv To Notion
ID bgkglfpmfopkikgchgdmkppjebbhincc
Официальный URL https://chromewebstore.google.com/detail/arxiv-to-notion/bgkglfpmfopkikgchgdmkppjebbhincc
Описание Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…
Размер файла 28.92 KB
Количество установок 223
Текущая Версия 1.0
Последнее Обновление 2021-08-14
Дата публикации 2021-08-12
Рейтинг 5.00/5 Всего 1 оценок
Разработчик notiontools
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/arxivtonotion/extension
URL страницы помощи https://github.com/arxivtonotion/extension
URL страницы политики конфиденциальности https://github.com/arxivtonotion/arxivtonotion.github.io/blob/main/privacypolicy.md
Поддерживаемые языки 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"
    }
}