ASU Library Journal Easy-Access
Click the icon to view a journal article through the university library access system
Apa itu ASU Library Journal Easy-Access?
ASU Library Journal Easy-Access adalah ekstensi Chrome yang dikembangkan oleh New Alexandria, dan fitur utamanya adalah "Click the icon to view a journal article through the university library access system".
Unduh Berkas CRX Ekstensi ASU Library Journal Easy-Access
Unduh file ekstensi ASU Library Journal Easy-Access dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | cogpgniiadakaollagikhhlmhekajnol |
URL Resmi | https://chrome.google.com/webstore/detail/asu-library-journal-easy/cogpgniiadakaollagikhhlmhekajnol |
Deskripsi | Click the icon to view a journal article through the university library access system |
Ukuran File | 42.94 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-11-18 |
Tanggal Publikasi | 2014-11-18 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | New Alexandria |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension |
URL Halaman Bantuan | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension/issues |
Bahasa yang Didukung | 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 } |