The New City Page Today
This extension sets your New Tab to City Page Today with photos, links, updates and more
什么是The New City Page Today?
The New City Page Today是由http://citypage.today开发的Chrome扩展程序,该扩展的主要功能是“This extension sets your New Tab to City Page Today with photos, links, updates and more”。
扩展截图
下载The New City Page Today扩展crx文件
下载The New City Page Today扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | omjifaanlgiocfonnjlengeomjfhgklg |
官方URL | https://chrome.google.com/webstore/detail/the-new-city-page-today/omjifaanlgiocfonnjlengeomjfhgklg |
简介 | This extension sets your New Tab to City Page Today with photos, links, updates and more |
文件大小 | 26.3 KB |
安装次数 | 121 |
当前版本 | 2.0 |
更新时间 | 2018-01-30 |
上架时间 | 2018-01-30 |
评分 | 3.10/5 共10次评分 |
开发者 | http://citypage.today |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.citypage.today |
帮助页面URL | http://citypage.today/about/index.html |
隐私政策页面URL | http://citypage.today/about/privacy.html |
支持的语言 | 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" } } |