Programming News

Aggregates the top news items from Hacker News and Reddit /r/programming

Programming Newsคืออะไร?

Programming News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Aggregates the top news items from Hacker News and Reddit /r/programming"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Programming News

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

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

                        Collects the top news items from Hacker News and Reddit /r/programming with a green, black and grey terminal theme. Allows the user to keep a reading list of 100 items for later viewing.                    

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

ชื่อ Programming News Programming News
ID ggmnmmjaecmnabilobpplklijinifpip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/programming-news/ggmnmmjaecmnabilobpplklijinifpip
คำอธิบาย Aggregates the top news items from Hacker News and Reddit /r/programming
ขนาดไฟล์ 58.57 KB
จำนวนการติดตั้ง 293
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-03-13
วันที่เผยแพร่ 2013-03-13
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mchaver/Programming-News
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Programming News",
    "description": "Aggregates the top news items from Hacker News and Reddit \/r\/programming",
    "version": "1.1",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Programming News"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/news.ycombinator.com\/*",
        "http:\/\/www.reddit.com\/r\/programming"
    ]
}