New Tab Rss Feed & Shots
Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose
Cos'è New Tab Rss Feed & Shots?
New Tab Rss Feed & Shots è un'estensione di Chrome sviluppata da Antonin Langlade, e la sua funzione principale è "Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab Rss Feed & Shots
Scarica i file di estensione New Tab Rss Feed & Shots in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 !
Informazioni di Base sull'Estensione
Nome | |
ID | ameifmmflpopkpcajacpiiddfjjnpfog |
URL Ufficiale | https://chrome.google.com/webstore/detail/new-tab-rss-feed-shots/ameifmmflpopkpcajacpiiddfjjnpfog |
Descrizione | Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose |
Dimensione del File | 101 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 0.43 |
Ultimo Aggiornamento | 2014-06-24 |
Data di Pubblicazione | 2014-06-24 |
Valutazione | 3.20/5 Totale 5 Valutazioni |
Sviluppatore | Antonin Langlade |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |