arXiv clip

You can easily clip paper's information by just clicking the icon! - Example Effective arXiv clip Tool for Various Researchers…

ما هو arXiv clip؟

arXiv clip هو إضافة Chrome تم تطويرها بواسطة jojonki، والميزة الرئيسية لها هي "You can easily clip paper's information by just clicking the icon! - Example Effective arXiv clip Tool for Various Researchers…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة arXiv clip

قم بتنزيل ملفات الامتداد arXiv clip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        You can easily clip paper's information by just clicking the icon!

- Example
Effective arXiv clip Tool for Various Researchers
Accepted XXXX Long Paper
Jo Jonki, Jef Jonki, Jessy Jonki
https://arxiv.org/abs/xxxxx


This extension's source code is publicly available.
https://github.com/jojonki/arxiv-clip                    

معلومات أساسية عن التمديد

الاسم arXiv clip arXiv clip
ID enkadffnndphdjnpjamejdjlcbkkbpmp
عنوان URL الرسمي https://chromewebstore.google.com/detail/arxiv-clip/enkadffnndphdjnpjamejdjlcbkkbpmp
الوصف You can easily clip paper's information by just clicking the icon! - Example Effective arXiv clip Tool for Various Researchers…
حجم الملف 391 KB
عدد التثبيتات 43
النسخة الحالية 2.1
آخر تحديث 2023-04-20
تاريخ النشر 2020-02-21
المطور jojonki
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://twitter.com/jojonki
عنوان صفحة المساعدة https://twitter.com/jojonki
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "arXiv clip",
    "short_name": "arXiv clip",
    "description": "",
    "version": "2.1",
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_title": "arXiv clip",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "24": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "scripting",
        "declarativeContent"
    ],
    "host_permissions": [
        "https:\/\/arxiv.org\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}