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
官方網址 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"
    }
}