Rohan's Extension

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

Rohan's Extension là gì?

Rohan's Extension là một tiện ích mở rộng Chrome được phát triển bởi Rohan Rajeevan, và tính năng chính của nó là "Displays the first 5 items from the RSS feed in a popup.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rohan's Extension

Tải xuống các tệp mở rộng Rohan's Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rohan's Extension Rohan's Extension
ID ocklpklfhcfcnegmkjhfmmlhjoicaefi
URL Chính Thức https://chrome.google.com/webstore/detail/rohans-extension/ocklpklfhcfcnegmkjhfmmlhjoicaefi
Mô tả Displays the first 5 items from the RSS feed in a popup.
Kích Thước Tệp 9.42 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2014-04-16
Ngày Phát Hành 2014-04-16
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Rohan Rajeevan
Loại Thanh Toán free
Trang Web Mở Rộng http://www.clemson.edu
Ngôn Ngữ Được Hỗ Trợ 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
}