arXiv clip
You can easily clip paper's information by just clicking the icon! - Example Effective arXiv clip Tool for Various Researchers…
Hvad er arXiv clip?
arXiv clip er en Chrome-udvidelse udviklet af jojonki, og dens hovedfunktion er "You can easily clip paper's information by just clicking the icon! - Example Effective arXiv clip Tool for Various Researchers…".
Udvidelsesskærmbilleder
Download arXiv clip-udvidelses-CRX-fil
Download arXiv clip-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | arXiv clip |
ID | enkadffnndphdjnpjamejdjlcbkkbpmp |
Officiel URL | https://chromewebstore.google.com/detail/arxiv-clip/enkadffnndphdjnpjamejdjlcbkkbpmp |
Beskrivelse | You can easily clip paper's information by just clicking the icon! - Example Effective arXiv clip Tool for Various Researchers… |
Filstørrelse | 391 KB |
Antal Installationer | 43 |
Nuværende Version | 2.1 |
Senest Opdateret | 2023-04-20 |
Udgivelsesdato | 2020-02-21 |
Udvikler | jojonki |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://twitter.com/jojonki |
Hjælpeside-URL | https://twitter.com/jojonki |
Understøttede Sprog | 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" } } |