Angular 2+ Google Chrome extension
Angular Google Chrome extension
What is Angular 2+ Google Chrome extension?
Angular 2+ Google Chrome extension is a Chrome extension developed by https://angularchromeextension.juandavidhermoso.es, and its main feature is "Angular Google Chrome extension".
Extension Screenshots
Download Angular 2+ Google Chrome extension Extension CRX File
Download Angular 2+ Google Chrome extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Angular 2+ Google Chrome extension |
ID | bljgfkmmnopmkcbbbbhlmnidcfdckpjb |
Official URL | https://chromewebstore.google.com/detail/angular-2+-google-chrome/bljgfkmmnopmkcbbbbhlmnidcfdckpjb |
Description | Angular Google Chrome extension |
File Size | 863 KB |
Installation Count | 43 |
Current Version | 1.0.3 |
Last Updated | 2019-04-26 |
Publish Date | 2019-04-26 |
Developer | https://angularchromeextension.juandavidhermoso.es |
[email protected] | |
Payment Type | free |
Extension Website | https://angularchromeextension.juandavidhermoso.es |
Supported Languages | 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';" } |