New Tab Rss Feed & Shots
Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose
Was ist New Tab Rss Feed & Shots?
New Tab Rss Feed & Shots ist eine Chrome-Erweiterung, die von Antonin Langlade entwickelt wurde, und ihr Hauptmerkmal ist "Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose".
Erweiterungsscreenshots
New Tab Rss Feed & Shots-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab Rss Feed & Shots-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
With this extension you can follow rss in your new tabs on Google Chrome. It permit to take a quickly look at news that you want to read. You can now see the shots from Dribbble ! Now the datas are saved into your google account !
Grundlegende Informationen zur Erweiterung
Name | |
ID | ameifmmflpopkpcajacpiiddfjjnpfog |
Offizielle URL | https://chrome.google.com/webstore/detail/new-tab-rss-feed-shots/ameifmmflpopkpcajacpiiddfjjnpfog |
Beschreibung | Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose |
Dateigröße | 101 KB |
Installationsanzahl | 14 |
Aktuelle Version | 0.43 |
Letztes Update | 2014-06-24 |
Veröffentlichungsdatum | 2014-06-24 |
Bewertung | 3.20/5 Insgesamt 5 Bewertungen |
Entwickler | Antonin Langlade |
Zahlungsart | free |
Unterstützte Sprachen | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Rss Feed & Shots", "version": "0.43", "description": "Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose", "incognito": "split", "chrome_url_overrides": { "newtab": "app.html" }, "permissions": [ "storage" ], "author": "Antonin Langlade", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/api.dribbble.com; object-src 'self'" } |