Shenandoah University Facts
Personalize your tab page with Shenandoah University featuring facts, news, and weather.
ما هو Shenandoah University Facts؟
Shenandoah University Facts هو إضافة Chrome تم تطويرها بواسطة Shenandoah University، والميزة الرئيسية لها هي "Personalize your tab page with Shenandoah University featuring facts, news, and weather.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Shenandoah University Facts
قم بتنزيل ملفات الامتداد Shenandoah University Facts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Explore the latest Shenandoah University facts and news by personalizing your tab page.
معلومات أساسية عن التمديد
الاسم | Shenandoah University Facts |
ID | jmhnihdcdejdfbfmhkmkckmopennehga |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/shenandoah-university-fac/jmhnihdcdejdfbfmhkmkckmopennehga |
الوصف | Personalize your tab page with Shenandoah University featuring facts, news, and weather. |
حجم الملف | 10.18 MB |
عدد التثبيتات | 142 |
النسخة الحالية | 1.0.15 |
آخر تحديث | 2023-10-12 |
تاريخ النشر | 2018-05-07 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Shenandoah University |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "extension.js" ] }, "browser_action": { "default_title": "Shenandoah Extension" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/su16.png", "48": "icons\/su48.png", "128": "icons\/su128.png" }, "manifest_version": 2, "name": "Shenandoah University Facts", "short_name": "SU Facts", "description": "Personalize your tab page with Shenandoah University featuring facts, news, and weather.", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'", "version": "1.0.15", "optional_permissions": [ "chrome:\/\/favicon\/" ], "permissions": [ "geolocation", "unlimitedStorage", "*:\/\/facts.su.edu\/*" ], "offline_enabled": true } |