Rohan's Extension

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

Rohan's Extensionとは何ですか?

Rohan's ExtensionはRohan Rajeevanによって開発されたChromeの拡張機能で、その主な機能は「Displays the first 5 items from the RSS feed in a popup.」です。

拡張機能のスクリーンショット

screenshot

Rohan's Extension拡張機能のCRXファイルをダウンロード

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
}