Academic Question [HEP/GR Tools]
Prototype extension providing quick opening of arXiv PDFs from their IDs, and a popup INSPIRE search in Chrome.
Academic Question [HEP/GR Tools] क्या है?
Academic Question [HEP/GR Tools] suchideas.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prototype extension providing quick opening of arXiv PDFs from their IDs, and a popup INSPIRE search in Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Academic Question [HEP/GR Tools] एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Academic Question [HEP/GR Tools] |
ID | mmpkhojenaccdielhbgnkkonelldmcap |
आधिकारिक URL | https://chromewebstore.google.com/detail/academic-question-hepgr-t/mmpkhojenaccdielhbgnkkonelldmcap |
विवरण | Prototype extension providing quick opening of arXiv PDFs from their IDs, and a popup INSPIRE search in Chrome. |
फ़ाइल का आकार | 67.8 KB |
स्थापना संख्या | 45 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2016-08-09 |
प्रकाशन तिथि | 2016-08-09 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | suchideas.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://suchideas.com/ |
समर्थित भाषाएँ | 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": [ " |