dotNET Weekly

Contribute an awesome article/resource to dotNET Weekly

What is dotNET Weekly?

dotNET Weekly is a Chrome extension developed by https://www.dotnetweekly.com, and its main feature is "Contribute an awesome article/resource to dotNET Weekly".

Extension Screenshots

screenshot

Download dotNET Weekly Extension CRX File

Download dotNET Weekly 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

                        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!                    

Extension Basic Information

Name dotNET Weekly dotNET Weekly
ID eoifagioffdmkepikidhcceihdgnliib
Official URL https://chromewebstore.google.com/detail/dotnet-weekly/eoifagioffdmkepikidhcceihdgnliib
Description Contribute an awesome article/resource to dotNET Weekly
File Size 9.41 KB
Installation Count 35
Current Version 1.3
Last Updated 2018-02-19
Publish Date 2018-02-19
Rating 5.00/5 Total 1 Ratings
Developer https://www.dotnetweekly.com
Payment Type free
Extension Website https://www.dotnetweekly.com
Help Page URL https://www.dotnetweekly.com/
Supported Languages 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"
    ]
}