dotNET Weekly

Contribute an awesome article/resource to dotNET Weekly

ما هو dotNET Weekly؟

dotNET Weekly هو إضافة Chrome تم تطويرها بواسطة https://www.dotnetweekly.com، والميزة الرئيسية لها هي "Contribute an awesome article/resource to dotNET Weekly".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة dotNET Weekly

قم بتنزيل ملفات الامتداد dotNET Weekly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}