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 هو إضافة Chrome تم تطويرها بواسطة New Alexandria، والميزة الرئيسية لها هي "Click the icon to view a journal article through the university library access system".
تحميل ملف CRX للإضافة ASU Library Journal Easy-Access
قم بتنزيل ملفات الامتداد ASU Library Journal Easy-Access بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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 } |