Flash RSS Feed

Minimal custom feeds in every new tab.

Vad är Flash RSS Feed?

Flash RSS Feed är en Chrome-tillägg utvecklad av Giuseppe Barbalinardo, och dess huvudfunktion är "Minimal custom feeds in every new tab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Flash RSS Feed-förlängningens CRX-fil

Ladda ner Flash RSS Feed-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Flash RSS Feed gives you a news from your RSS selection at every new tab. Using a minimal effective flashcard design, this extension allows you to use the dead time while you write in your search bar to show the latest updates from the world in the background. If you want to dig into the article shown more, explore it, with just one click. Subscribe to the rss feed you like and keep yourself up-to-date. As easy as that with Flash RSS Feed.                    

Grundläggande Information om Tillägg

Namn Flash RSS Feed Flash RSS Feed
ID dphnchgfmahcanlodghiejglcgajklma
Officiell webbadress https://chromewebstore.google.com/detail/flash-rss-feed/dphnchgfmahcanlodghiejglcgajklma
Beskrivning Minimal custom feeds in every new tab.
Filstorlek 666 KB
Antal Installationer 23
Aktuell Version 1.0.1
Senast Uppdaterad 2016-12-31
Publiceringsdatum 2016-12-31
Utvecklare Giuseppe Barbalinardo
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flash RSS Feed",
    "version": "1.0.1",
    "description": "Minimal custom feeds in every new tab.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "homepage_url": "http:\/\/giuseppe.barbalinardo.com"
}