Smart RSS

RSS Reader

Smart RSSคืออะไร?

Smart RSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zakius และคุณลักษณะหลักของมันคือ "RSS Reader"

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

screenshot

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

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

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

                        Smart RSS allows you to follow new posts on your favorite websites exposing RSS and Atom feeds in a three pane view, providing background loading of new articles and allowing you to organize sources into folders.                    

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

ชื่อ Smart RSS Smart RSS
ID eggggihfcaabljfpjiiaohloefmgejic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-rss/eggggihfcaabljfpjiiaohloefmgejic
คำอธิบาย RSS Reader
ขนาดไฟล์ 333 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 2.25.2
อัปเดตครั้งล่าสุด 2023-03-09
วันที่เผยแพร่ 2020-06-20
คะแนน 4.48/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา zakius
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/SmartRSS/Smart-RSS
URL หน้าช่วยเหลือ https://github.com/SmartRSS/Smart-RSS
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart RSS",
    "description": "RSS Reader",
    "manifest_version": 2,
    "version": "2.25.2",
    "background": {
        "page": "index.html"
    },
    "permissions": [
        "unlimitedStorage",
        "contextMenus",
        "alarms",
        "tabs",
        "",
        "notifications"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_title": "Smart RSS",
        "default_icon": {
            "19": "images\/reload_anim_1.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "rssDetector\/scan.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "19": "images\/icon19-arrow-orange.png",
        "48": "images\/48-inverted-round.png",
        "64": "images\/64-inverted-round.png",
        "96": "images\/96-inverted-round.png",
        "128": "images\/128-inverted-round.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+R",
                "mac": "Command+Shift+R",
                "chromeos": "Ctrl+Shift+R",
                "linux": "Ctrl+Shift+R"
            }
        }
    }
}