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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://github.com/arxivtonotion/extension
عنوان صفحة سياسة الخصوصية 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"
    }
}