RSSLists

This extension displays the current date, weather, and rss feeds in the new tab page

RSSListsคืออะไร?

RSSLists เป็นส่วนขยายของ Chrome ที่พัฒนาโดย michaeljstevens และคุณลักษณะหลักของมันคือ "This extension displays the current date, weather, and rss feeds in the new tab page"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        RSSLists is a tool for displaying multiple RSS feeds in a series of horizontal lists on the new tab page. There are several included feeds, but any RSS feed is supported via the custom rss feed url input box. This extension enables users to view all their preferred sources of information in one place. Date, weather and note taking are included for convenience.                    

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

ชื่อ RSSLists RSSLists
ID mbaofboiknappfdajehfhhhlcmjldnpj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj
คำอธิบาย This extension displays the current date, weather, and rss feeds in the new tab page
ขนาดไฟล์ 18.97 MB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2017-01-22
วันที่เผยแพร่ 2017-01-22
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา michaeljstevens
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RSSLists",
    "description": "This extension displays the current date, weather, and rss feeds in the new tab page",
    "version": "2.0.5",
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "views\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "views\/root.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "geolocation",
        "https:\/\/ajax.googleapis.com\/",
        "",
        "*:\/\/*\/*"
    ]
}