New Tab Rss Feed & Shots
Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose
Qu'est-ce que New Tab Rss Feed & Shots ?
New Tab Rss Feed & Shots est une extension Chrome développée par Antonin Langlade, et sa fonction principale est "Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab Rss Feed & Shots
Téléchargez les fichiers d'extension New Tab Rss Feed & Shots 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
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 !
Informations de Base sur l'Extension
Nom | |
ID | ameifmmflpopkpcajacpiiddfjjnpfog |
URL Officiel | https://chrome.google.com/webstore/detail/new-tab-rss-feed-shots/ameifmmflpopkpcajacpiiddfjjnpfog |
Description | Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose |
Taille du Fichier | 101 KB |
Nombre d'Installations | 14 |
Version Actuelle | 0.43 |
Dernière Mise à Jour | 2014-06-24 |
Date de Publication | 2014-06-24 |
Évaluation | 3.20/5 Total 5 Évaluations |
Développeur | Antonin Langlade |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |