OpenSauced.ai

With the OpenSauced.ai extension, you can easily view the repositories and projects a user has contributed to on GitHub and quickly…

OpenSauced.aiคืออะไร?

OpenSauced.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://opensauced.pizza และคุณลักษณะหลักของมันคือ "With the OpenSauced.ai extension, you can easily view the repositories and projects a user has contributed to on GitHub and quickly…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenSauced.ai

ดาวน์โหลดไฟล์ส่วนขยาย OpenSauced.ai ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With the OpenSauced.ai extension, you can easily view the repositories and projects a user has contributed to on GitHub and quickly jump to the corresponding pages on the OpenSauced platform. OpenSauced.ai also provides tools for you to automate your PR descriptions and code reviews.

You can also ask a repository any question about the code (limited to open source and permissibly licensed repositories).

Overall, OpenSauced.ai is a must-have companion for anyone who is passionate about open-source software and wants to contribute to the community. Whether you're an experienced maintainer or just getting started, this extension makes it easy to discover, contribute to, and track open-source projects on GitHub and connect with other developers who share your interests and skills. So why wait? Download the OpenSauced.ai extension today and start contributing to the open-source community!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OpenSauced.ai OpenSauced.ai
ID aebjdjjodmkdnmejakflnfpkadblfmdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/opensaucedai/aebjdjjodmkdnmejakflnfpkadblfmdh
คำอธิบาย With the OpenSauced.ai extension, you can easily view the repositories and projects a user has contributed to on GitHub and quickly…
ขนาดไฟล์ 1.11 MB
จำนวนการติดตั้ง 124
เวอร์ชันปัจจุบัน 1.15.0
อัปเดตครั้งล่าสุด 2024-01-30
วันที่เผยแพร่ 2023-05-02
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://opensauced.pizza
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/open-sauced/browser-extensions
URL หน้าช่วยเหลือ https://github.com/orgs/open-sauced/discussions
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenSauced.ai",
    "version": "1.15.0",
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.github.ts.4bc42f53.c4e8c4f4.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "run": "document_end",
            "css": [
                "assets\/github.ts.35953137.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "src\/assets\/os-icons\/os-icon-16.png",
        "32": "src\/assets\/os-icons\/os-icon-32.png",
        "48": "src\/assets\/os-icons\/os-icon-48.png",
        "128": "src\/assets\/os-icons\/os-icon-128.png"
    },
    "host_permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/*.app.opensauced.pizza\/*",
        "https:\/\/www.linkedin.com\/*"
    ],
    "permissions": [
        "scripting",
        "storage",
        "tabs",
        "cookies"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "resources": [
                "assets\/opensauced-icon.1c00b909.svg",
                "assets\/mail-icon.7c8ef87f.svg",
                "assets\/twitter-icon.60cc2bf2.svg",
                "assets\/linkedin-icon.1eb81376.svg",
                "assets\/open-sauced-orange-bg-logo.feea3fe4.svg",
                "assets\/types.4ea657ca.js",
                "assets\/typeof.82aaf20a.js",
                "assets\/github.ts.4bc42f53.js"
            ],
            "use_dynamic_url": true
        }
    ]
}