ASU Library Journal Easy-Access
Click the icon to view a journal article through the university library access system
ASU Library Journal Easy-Access क्या है?
ASU Library Journal Easy-Access New Alexandria द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click the icon to view a journal article through the university library access system"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ASU Library Journal Easy-Access एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a button that you can click to view a journal article through the university library access system. Works for any article you are viewing (as long as ASU has access to it). This is an open source project! Open an issue or PR on GitHub: https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cogpgniiadakaollagikhhlmhekajnol |
आधिकारिक URL | https://chrome.google.com/webstore/detail/asu-library-journal-easy/cogpgniiadakaollagikhhlmhekajnol |
विवरण | Click the icon to view a journal article through the university library access system |
फ़ाइल का आकार | 42.94 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2014-11-18 |
प्रकाशन तिथि | 2014-11-18 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | New Alexandria |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension |
सहायता पृष्ठ URL | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ASU Library Journal Easy-Access", "short_name": "asulibaccess", "description": "Click the icon to view a journal article through the university library access system", "version": "0.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/ASUlib_16.png", "48": "images\/ASUlib_48.png", "128": "images\/ASUlib_128.png" }, "browser_action": { "name": "Click to access this article through ASU Library", "default_title": "View with full libaray access", "default_icon": { "16": "images\/ASUlib_16.png", "48": "images\/ASUlib_48.png", "128": "images\/ASUlib_128.png" } }, "manifest_version": 2 } |