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