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 |
官方網址 | 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';" } |