ASU Library Journal Easy-Access
Click the icon to view a journal article through the university library access system
Co je ASU Library Journal Easy-Access?
ASU Library Journal Easy-Access je rozšíření Chrome vyvinuté New Alexandria, a jeho hlavní funkcí je „Click the icon to view a journal article through the university library access system“.
Stáhnout soubor CRX rozšíření ASU Library Journal Easy-Access
Stáhněte si soubory rozšíření ASU Library Journal Easy-Access 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í
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
Základní Informace o Rozšíření
Název | |
ID | cogpgniiadakaollagikhhlmhekajnol |
Oficiální URL | https://chrome.google.com/webstore/detail/asu-library-journal-easy/cogpgniiadakaollagikhhlmhekajnol |
Popis | Click the icon to view a journal article through the university library access system |
Velikost souboru | 42.94 KB |
Počet instalací | 24 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2014-11-18 |
Datum Vydání | 2014-11-18 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | New Alexandria |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension |
URL Stránky Nápovědy | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension/issues |
Podporované Jazyky | 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 } |