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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save arXiv papers to Notion with a single click. How to Use : 1. Duplicate this template :…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Arxiv To Notion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    }
}