Academic Question [HEP/GR Tools]
Prototype extension providing quick opening of arXiv PDFs from their IDs, and a popup INSPIRE search in Chrome.
Co je Academic Question [HEP/GR Tools]?
Academic Question [HEP/GR Tools] je rozšíření Chrome vyvinuté suchideas.com, a jeho hlavní funkcí je „Prototype extension providing quick opening of arXiv PDFs from their IDs, and a popup INSPIRE search in Chrome.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Academic Question [HEP/GR Tools]
Stáhněte si soubory rozšíření Academic Question [HEP/GR Tools] ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Hi! This is a quick bit of code I knocked up for myself a while back, which other theoretical physicists out there might find helpful.
It has two main features:
* Provides a toolbar button allowing quick access to a search interface for INSPIRE, and also to arXiv PDFs via the normal identifier.
* Allows you to select text on any page (including inside PDFs you open in the browser) and right-click to open any arXiv PDFs references by ID in that selection.
Note this is an unofficial extension, not endorsed by INSPIRE or arXiv. Základní Informace o Rozšíření
| Název | |
| ID | mmpkhojenaccdielhbgnkkonelldmcap |
| Oficiální URL | https://chromewebstore.google.com/detail/academic-question-hepgr-t/mmpkhojenaccdielhbgnkkonelldmcap |
| Popis | Prototype extension providing quick opening of arXiv PDFs from their IDs, and a popup INSPIRE search in Chrome. |
| Velikost souboru | 67.8 KB |
| Počet instalací | 45 |
| Aktuální Verze | 0.2 |
| Poslední Aktualizace | 2016-08-09 |
| Datum Vydání | 2016-08-09 |
| Hodnocení | 5.00/5 Celkem 4 Hodnocení |
| Vývojář | suchideas.com |
| Typ Platby | free |
| Webové stránky Rozšíření | http://suchideas.com/ |
| Podporované Jazyky | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Academic Question [HEP\/GR Tools]",
"short_name": "Academic Question",
"description": "Prototype extension providing quick opening of arXiv PDFs from their IDs, and a popup INSPIRE search in Chrome.",
"author": "Carl Turner [suchideas.com]",
"version": "0.2",
"icons": {
"128": "icon_128.png",
"48": "icon_48.png",
"32": "icon.png"
},
"permissions": [
"http:\/\/*.inspirehep.net\/",
"downloads",
"storage",
"contextMenus"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
" | |