Angular 2+ Google Chrome extension
Angular Google Chrome extension
Wat is Angular 2+ Google Chrome extension?
Angular 2+ Google Chrome extension is een Chrome-extensie ontwikkeld door https://angularchromeextension.juandavidhermoso.es, en de belangrijkste functie is "Angular Google Chrome extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Angular 2+ Google Chrome extension
Download Angular 2+ Google Chrome extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | bljgfkmmnopmkcbbbbhlmnidcfdckpjb |
| Officiële URL | https://chromewebstore.google.com/detail/angular-2+-google-chrome/bljgfkmmnopmkcbbbbhlmnidcfdckpjb |
| Beschrijving | Angular Google Chrome extension |
| Bestandsgrootte | 863 KB |
| Aantal Installaties | 43 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2019-04-26 |
| Publicatiedatum | 2019-04-26 |
| Ontwikkelaar | https://angularchromeextension.juandavidhermoso.es |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://angularchromeextension.juandavidhermoso.es |
| Ondersteunde Talen | 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';"
} | |