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 |
官方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 } |