Rohan's Extension

Displays the first 5 items from the RSS feed in a popup.

Rohan's Extensionคืออะไร?

Rohan's Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rohan Rajeevan และคุณลักษณะหลักของมันคือ "Displays the first 5 items from the RSS feed in a popup."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rohan's Extension

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

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

                        It takes the RSS feed related to Clemson University from the NYTimes newspaper website and shows the top 5 stories.                    

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

ชื่อ Rohan's Extension Rohan's Extension
ID ocklpklfhcfcnegmkjhfmmlhjoicaefi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rohans-extension/ocklpklfhcfcnegmkjhfmmlhjoicaefi
คำอธิบาย Displays the first 5 items from the RSS feed in a popup.
ขนาดไฟล์ 9.42 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2014-04-16
วันที่เผยแพร่ 2014-04-16
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Rohan Rajeevan
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.clemson.edu
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rohan's Extension",
    "version": "2.1",
    "description": "Displays the first 5 items from the  RSS feed in a popup.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "Clemson News",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/topics.nytimes.com\/*"
    ],
    "manifest_version": 2
}