Shenandoah University Facts
Personalize your tab page with Shenandoah University featuring facts, news, and weather.
什麼是Shenandoah University Facts?
Shenandoah University Facts是由Shenandoah University開發的Chrome擴展程式,該擴展的主要功能是“Personalize your tab page with Shenandoah University featuring facts, news, and weather.”。
擴展截圖
下載Shenandoah University Facts擴展crx文件
下載Shenandoah University Facts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Explore the latest Shenandoah University facts and news by personalizing your tab page.
擴展基本資訊
名稱 | Shenandoah University Facts |
ID | jmhnihdcdejdfbfmhkmkckmopennehga |
官方網址 | 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 } |