HF & VUC Fyn
HF & VUC Fyn menu - Gør det let at navigere rundt på HF & VUC Fyn.
什么是HF & VUC Fyn?
HF & VUC Fyn是由Wizkids A/S开发的Chrome扩展程序,该扩展的主要功能是“HF & VUC Fyn menu - Gør det let at navigere rundt på HF & VUC Fyn.”。
扩展截图
下载HF & VUC Fyn扩展crx文件
下载HF & VUC Fyn扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Gør det let at navigere rundt på HF & VUC Fyn.
扩展基本信息
名称 | |
ID | bbckeniijjkdenceofghjebjelfomejh |
官方URL | https://chrome.google.com/webstore/detail/hf-vuc-fyn/bbckeniijjkdenceofghjebjelfomejh |
简介 | HF & VUC Fyn menu - Gør det let at navigere rundt på HF & VUC Fyn. |
文件大小 | 81.43 KB |
安装次数 | 1,040 |
当前版本 | 1.0.7 |
更新时间 | 2019-04-09 |
上架时间 | 2019-04-09 |
评分 | 5.00/5 共2次评分 |
开发者 | Wizkids A/S |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.wizkids.dk/privatlivspolitik |
支持的语言 | da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HF & VUC Fyn", "version": "1.0.7", "description": "HF & VUC Fyn menu - G\u00f8r det let at navigere rundt p\u00e5 HF & VUC Fyn.", "icons": { "48": "logo48.png", "128": "logo128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo19.png" }, "web_accessible_resources": [ "logo19.png" ], "permissions": [ "*:\/\/start.vucfyn.net\/" ], "content_scripts": [ { "matches": [ "*:\/\/sites.google.com\/a\/vucfyn.net\/", "*:\/\/sites.google.com\/a\/vucfyn.net\/*", "https:\/\/plus.google.com\/up\/accounts\/upgrade", "https:\/\/plus.google.com\/up\/accounts\/upgrade\/*", "https:\/\/groups.google.com\/*", "https:\/\/plus.google.com\/u\/*", "https:\/\/mail.google.com\/*", "https:\/\/drive.google.com\/*", "https:\/\/calendar.google.com\/", "https:\/\/calendar.google.com\/*", "https:\/\/docs.google.com\/*", "http:\/\/skablet.dk\/pub\/*", "http:\/\/skablet.dk\/pub\/", "https:\/\/maps.google.dk\/", "https:\/\/maps.google.dk\/*", "http:\/\/translate.google.com\/", "http:\/\/translate.google.com\/*" ], "css": [ "style.css" ], "js": [ "content_script.js" ], "run_at": "document_start" } ] } |