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是由notiontools开发的Chrome扩展程序,该扩展的主要功能是“Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…”。

扩展截图

screenshot
screenshot
screenshot

下载Arxiv To Notion扩展crx文件

下载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"
    }
}