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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 The New City Page Today The New City Page Today
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
Eメール [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"
    }
}