Github Trending New Tab

This unofficial extension shows the top trending github repos as provided by http://github.com/trending

Github Trending New Tabคืออะไร?

Github Trending New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anmolmago และคุณลักษณะหลักของมันคือ "This unofficial extension shows the top trending github repos as provided by http://github.com/trending"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Trending New Tab

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

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

                        See the trending Github repositories on your new tab page, group by language and time range!                    

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

ชื่อ Github Trending New Tab Github Trending New Tab
ID hadfajlepeojlkfmbhdioendpidkchfa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/github-trending-new-tab/hadfajlepeojlkfmbhdioendpidkchfa
คำอธิบาย This unofficial extension shows the top trending github repos as provided by http://github.com/trending
ขนาดไฟล์ 2.58 MB
จำนวนการติดตั้ง 161
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา anmolmago
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/AnmolMago/GithubTrending
URL หน้าช่วยเหลือ https://github.com/AnmolMago/GithubTrending
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Trending New Tab",
    "author": "Anmol Mago",
    "description": "This unofficial extension shows the top trending github repos as provided by http:\/\/github.com\/trending",
    "incognito": "split",
    "version": "1.2.2",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "http:\/\/*.anmolmago.com\/"
    ]
}