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 |
官方網址 | 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" } } |