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 |
Eメール | [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" } ] } |