RSSLists

This extension displays the current date, weather, and rss feeds in the new tab page

Qu'est-ce que RSSLists ?

RSSLists est une extension Chrome développée par michaeljstevens, et sa fonction principale est "This extension displays the current date, weather, and rss feeds in the new tab page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension RSSLists

Téléchargez les fichiers d'extension RSSLists au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        RSSLists is a tool for displaying multiple RSS feeds in a series of horizontal lists on the new tab page. There are several included feeds, but any RSS feed is supported via the custom rss feed url input box. This extension enables users to view all their preferred sources of information in one place. Date, weather and note taking are included for convenience.                    

Informations de Base sur l'Extension

Nom RSSLists RSSLists
ID mbaofboiknappfdajehfhhhlcmjldnpj
URL Officiel https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj
Description This extension displays the current date, weather, and rss feeds in the new tab page
Taille du Fichier 18.97 MB
Nombre d'Installations 43
Version Actuelle 2.0.5
Dernière Mise à Jour 2017-01-22
Date de Publication 2017-01-22
Évaluation 3.00/5 Total 2 Évaluations
Développeur michaeljstevens
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RSSLists",
    "description": "This extension displays the current date, weather, and rss feeds in the new tab page",
    "version": "2.0.5",
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "views\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "views\/root.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "geolocation",
        "https:\/\/ajax.googleapis.com\/",
        "",
        "*:\/\/*\/*"
    ]
}