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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи 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"
    }
}