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
Eメール [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"
    }
}