dotNET Weekly

Contribute an awesome article/resource to dotNET Weekly

Was ist dotNET Weekly?

dotNET Weekly ist eine Chrome-Erweiterung, die von https://www.dotnetweekly.com entwickelt wurde, und ihr Hauptmerkmal ist "Contribute an awesome article/resource to dotNET Weekly".

Erweiterungsscreenshots

screenshot

dotNET Weekly-Erweiterungs-CRX-Datei herunterladen

Laden Sie dotNET Weekly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Contribute articles and resources quickly to dotNET Weekly. We review all of the contributions each week and the most popular ones are published in our newsletter!                    

Grundlegende Informationen zur Erweiterung

Name dotNET Weekly dotNET Weekly
ID eoifagioffdmkepikidhcceihdgnliib
Offizielle URL https://chromewebstore.google.com/detail/dotnet-weekly/eoifagioffdmkepikidhcceihdgnliib
Beschreibung Contribute an awesome article/resource to dotNET Weekly
Dateigröße 9.41 KB
Installationsanzahl 35
Aktuelle Version 1.3
Letztes Update 2018-02-19
Veröffentlichungsdatum 2018-02-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.dotnetweekly.com
Zahlungsart free
Erweiterungswebsite https://www.dotnetweekly.com
Hilfeseite URL https://www.dotnetweekly.com/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "dotNET Weekly",
    "description": "Contribute an awesome article\/resource to dotNET Weekly",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "contribute.html"
    },
    "permissions": [
        "https:\/\/www.google.com\/*",
        "https:\/\/www.gstatic.com\/*",
        "tabs",
        "storage",
        "https:\/\/www.dotnetweekly.com\/"
    ],
    "content_security_policy": "default-src 'sha256-\/2oNCpC\/HWYhzwSSBY0+TeGRlA51DjF6HzAoWY9Nf7E=';connect-src http:\/\/localhost http:\/\/localhost:3000 https:\/\/dnw-api.azurewebsites.net; script-src 'sha256-\/2oNCpC\/HWYhzwSSBY0+TeGRlA51DjF6HzAoWY9Nf7E=' https:\/\/www.google.com https:\/\/www.gstatic.com http:\/\/localhost:3000 https:\/\/dnw-api.azurewebsites.net; object-src 'self'; frame-src https:\/\/www.google.com\/recaptcha\/; style-src 'self' 'unsafe-inline' 'unsafe-eval'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contribute.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "**.html",
        "**.js"
    ]
}