arXiv clip

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

arXiv clip là gì?

arXiv clip là một tiện ích mở rộng Chrome được phát triển bởi jojonki, và tính năng chính của nó là "You can easily clip paper's information by just clicking the icon! - Example Effective arXiv clip Tool for Various Researchers…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng arXiv clip

Tải xuống các tệp mở rộng arXiv clip 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên arXiv clip arXiv clip
ID enkadffnndphdjnpjamejdjlcbkkbpmp
URL Chính Thức https://chromewebstore.google.com/detail/arxiv-clip/enkadffnndphdjnpjamejdjlcbkkbpmp
Mô tả You can easily clip paper's information by just clicking the icon! - Example Effective arXiv clip Tool for Various Researchers…
Kích Thước Tệp 391 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2023-04-20
Ngày Phát Hành 2020-02-21
Nhà Phát Triển jojonki
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/jojonki
URL Trang Trợ Giúp https://twitter.com/jojonki
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}