The New City Page Today
This extension sets your New Tab to City Page Today with photos, links, updates and more
Cos'è The New City Page Today?
The New City Page Today è un'estensione di Chrome sviluppata da http://citypage.today, e la sua funzione principale è "This extension sets your New Tab to City Page Today with photos, links, updates and more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The New City Page Today
Scarica i file di estensione The New City Page Today 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
I love my city and I love it even more on my New Tab! All the local info on your City with amazing background shots. Weather, access to business near you, updates on all the new places and all local news.
Informazioni di Base sull'Estensione
Nome | |
ID | omjifaanlgiocfonnjlengeomjfhgklg |
URL Ufficiale | https://chrome.google.com/webstore/detail/the-new-city-page-today/omjifaanlgiocfonnjlengeomjfhgklg |
Descrizione | This extension sets your New Tab to City Page Today with photos, links, updates and more |
Dimensione del File | 26.3 KB |
Conteggio Installazioni | 121 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2018-01-30 |
Data di Pubblicazione | 2018-01-30 |
Valutazione | 3.10/5 Totale 10 Valutazioni |
Sviluppatore | http://citypage.today |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.citypage.today |
URL della Pagina di Aiuto | http://citypage.today/about/index.html |
URL della Pagina della Politica sulla Privacy | http://citypage.today/about/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The New City Page Today", "description": "This extension sets your New Tab to City Page Today with photos, links, updates and more", "version": "2.0", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "citypage.today.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage" ], "optional_permissions": [ "management" ], "browser_action": { "default_title": "The New City Page Today", "default_icon": "img\/icon16.png" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |