Arxiv To Notion
Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…
Arxiv To Notion là gì?
Arxiv To Notion là một tiện ích mở rộng Chrome được phát triển bởi notiontools, và tính năng chính của nó là "Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Arxiv To Notion
Tải xuống các tệp mở rộng Arxiv To Notion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Arxiv To Notion |
ID | bgkglfpmfopkikgchgdmkppjebbhincc |
URL Chính Thức | https://chromewebstore.google.com/detail/arxiv-to-notion/bgkglfpmfopkikgchgdmkppjebbhincc |
Mô tả | Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :… |
Kích Thước Tệp | 28.92 KB |
Số Lần Cài Đặt | 223 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-08-14 |
Ngày Phát Hành | 2021-08-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | notiontools |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/arxivtonotion/extension |
URL Trang Trợ Giúp | https://github.com/arxivtonotion/extension |
URL Trang Chính Sách Bảo Mật | https://github.com/arxivtonotion/arxivtonotion.github.io/blob/main/privacypolicy.md |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |