Rohan's Extension

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

Co to jest Rohan's Extension?

Rohan's Extension to rozszerzenie Chrome opracowane przez Rohan Rajeevan, a jego główną funkcją jest „Displays the first 5 items from the RSS feed in a popup.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Rohan's Extension

Pobierz pliki rozszerzeń Rohan's Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Rohan's Extension Rohan's Extension
ID ocklpklfhcfcnegmkjhfmmlhjoicaefi
Oficjalny URL https://chrome.google.com/webstore/detail/rohans-extension/ocklpklfhcfcnegmkjhfmmlhjoicaefi
Opis Displays the first 5 items from the RSS feed in a popup.
Rozmiar pliku 9.42 KB
Liczba instalacji 18
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2014-04-16
Data Publikacji 2014-04-16
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper Rohan Rajeevan
Typ Płatności free
Strona Rozszerzenia http://www.clemson.edu
Obsługiwane Języki 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
}