The New City Page Today
This extension sets your New Tab to City Page Today with photos, links, updates and more
Hvad er The New City Page Today?
The New City Page Today er en Chrome-udvidelse udviklet af http://citypage.today, og dens hovedfunktion er "This extension sets your New Tab to City Page Today with photos, links, updates and more".
Udvidelsesskærmbilleder
Download The New City Page Today-udvidelses-CRX-fil
Download The New City Page Today-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | omjifaanlgiocfonnjlengeomjfhgklg |
Officiel URL | https://chrome.google.com/webstore/detail/the-new-city-page-today/omjifaanlgiocfonnjlengeomjfhgklg |
Beskrivelse | This extension sets your New Tab to City Page Today with photos, links, updates and more |
Filstørrelse | 26.3 KB |
Antal Installationer | 121 |
Nuværende Version | 2.0 |
Senest Opdateret | 2018-01-30 |
Udgivelsesdato | 2018-01-30 |
Bedømmelse | 3.10/5 Samlet 10 Bedømmelser |
Udvikler | http://citypage.today |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.citypage.today |
Hjælpeside-URL | http://citypage.today/about/index.html |
URL til Fortrolighedspolitik Side | http://citypage.today/about/privacy.html |
Understøttede Sprog | 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" } } |