Stanford GSB Library Chrome Extension
Stanford GSB Library Chrome Extension
ما هو Stanford GSB Library Chrome Extension؟
Stanford GSB Library Chrome Extension هو إضافة Chrome تم تطويرها بواسطة Stanford GSB Library، والميزة الرئيسية لها هي "Stanford GSB Library Chrome Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stanford GSB Library Chrome Extension
قم بتنزيل ملفات الامتداد Stanford GSB Library Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension provides quick links to popular resources of Stanford GSB Library.
معلومات أساسية عن التمديد
الاسم | Stanford GSB Library Chrome Extension |
ID | nalkmhejglbfmhpannfofkgmhomjeaea |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stanford-gsb-library-chro/nalkmhejglbfmhpannfofkgmhomjeaea |
الوصف | Stanford GSB Library Chrome Extension |
حجم الملف | 324 KB |
عدد التثبيتات | 1,075 |
النسخة الحالية | 5.4 |
آخر تحديث | 2023-10-13 |
تاريخ النشر | 2019-04-05 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Stanford GSB Library |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://libguides.stanford.edu/extension |
عنوان صفحة سياسة الخصوصية | https://www.stanford.edu/site/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Stanford GSB Library Chrome Extension", "description": "Stanford GSB Library Chrome Extension", "version": "5.4", "background": { "service_worker": "js\/main.js", "type": "module" }, "action": { "default_icon": { "16": "img\/icon\/16.png", "32": "img\/icon\/32.png" }, "default_popup": "popup.html", "default_title": "Stanford GSB Library" }, "icons": { "16": "img\/icon\/16.png", "48": "img\/icon\/48.png", "128": "img\/icon\/128.png" }, "permissions": [ "storage", "alarms" ] } |