euronews
Euronews created by extener.com
Cos'è euronews?
euronews è un'estensione di Chrome sviluppata da vitutu, e la sua funzione principale è "Euronews created by extener.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione euronews
Scarica i file di estensione euronews 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
Euronews is the leading international news channel covering world news from a european perspective --- RSS ---
Informazioni di Base sull'Estensione
Nome | |
ID | ldjhndpokhhklhjdplpfbmnamfpdchaf |
URL Ufficiale | https://chrome.google.com/webstore/detail/euronews/ldjhndpokhhklhjdplpfbmnamfpdchaf |
Descrizione | Euronews created by extener.com |
Dimensione del File | 62.83 KB |
Conteggio Installazioni | 111 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2013-05-15 |
Data di Pubblicazione | 2013-05-15 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | vitutu |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.euronews.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "euronews", "description": "Euronews created by extener.com", "version": "2.2", "homepage_url": "http:\/\/www.euronews.com", "icons": { "128": "logo.png" }, "background": { "page": "html\/background.html" }, "browser_action": { "default_icon": "logo.png", "default_title": "euronews", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ] } |