Angular 2+ Google Chrome extension
Angular Google Chrome extension
什么是Angular 2+ Google Chrome extension?
Angular 2+ Google Chrome extension是由https://angularchromeextension.juandavidhermoso.es开发的Chrome扩展程序,该扩展的主要功能是“Angular Google Chrome extension”。
扩展截图
下载Angular 2+ Google Chrome extension扩展crx文件
下载Angular 2+ Google Chrome extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension built using Angular 2+. This extension contains the slides to help you building your own extension using Angular 2+. It was built for learning and teaching purposes.
扩展基本信息
名称 | Angular 2+ Google Chrome extension |
ID | bljgfkmmnopmkcbbbbhlmnidcfdckpjb |
官方URL | https://chromewebstore.google.com/detail/angular-2+-google-chrome/bljgfkmmnopmkcbbbbhlmnidcfdckpjb |
简介 | Angular Google Chrome extension |
文件大小 | 863 KB |
安装次数 | 43 |
当前版本 | 1.0.3 |
更新时间 | 2019-04-26 |
上架时间 | 2019-04-26 |
开发者 | https://angularchromeextension.juandavidhermoso.es |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://angularchromeextension.juandavidhermoso.es |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Angular 2+ Google Chrome extension", "version": "1.0.3", "permissions": [ "storage" ], "description": "Angular Google Chrome extension", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "options\/index.html", "browser_action": { "default_popup": "main\/index.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" } |