dotNET Weekly

Contribute an awesome article/resource to dotNET Weekly

什么是dotNET Weekly?

dotNET Weekly是由https://www.dotnetweekly.com开发的Chrome扩展程序,该扩展的主要功能是“Contribute an awesome article/resource to dotNET Weekly”。

扩展截图

screenshot

下载dotNET Weekly扩展crx文件

下载dotNET Weekly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 dotNET Weekly dotNET Weekly
ID eoifagioffdmkepikidhcceihdgnliib
官方URL https://chromewebstore.google.com/detail/dotnet-weekly/eoifagioffdmkepikidhcceihdgnliib
简介 Contribute an awesome article/resource to dotNET Weekly
文件大小 9.41 KB
安装次数 35
当前版本 1.3
更新时间 2018-02-19
上架时间 2018-02-19
评分 5.00/5 共1次评分
开发者 https://www.dotnetweekly.com
付费类型 free
扩展官网 https://www.dotnetweekly.com
帮助页面URL https://www.dotnetweekly.com/
支持的语言 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"
    ]
}