Rohan's Extension

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

Wat is Rohan's Extension?

Rohan's Extension is een Chrome-extensie ontwikkeld door Rohan Rajeevan, en de belangrijkste functie is "Displays the first 5 items from the RSS feed in a popup.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rohan's Extension

Download Rohan's Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Rohan's Extension Rohan's Extension
ID ocklpklfhcfcnegmkjhfmmlhjoicaefi
Officiële URL https://chrome.google.com/webstore/detail/rohans-extension/ocklpklfhcfcnegmkjhfmmlhjoicaefi
Beschrijving Displays the first 5 items from the RSS feed in a popup.
Bestandsgrootte 9.42 KB
Aantal Installaties 18
Huidige Versie 2.1
Laatst Bijgewerkt 2014-04-16
Publicatiedatum 2014-04-16
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Rohan Rajeevan
Betalingswijze free
Extensiewebsite http://www.clemson.edu
Ondersteunde Talen 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
}