Prestige - Beautiful New Tabs

Decorate your new tabs with useful information and a beautiful background.

Prestige - Beautiful New Tabsとは何ですか?

Prestige - Beautiful New TabsはNocturneによって開発されたChromeの拡張機能で、その主な機能は「Decorate your new tabs with useful information and a beautiful background.」です。

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

screenshot

Prestige - Beautiful New Tabs拡張機能のCRXファイルをダウンロード

Prestige - Beautiful New Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Prestige brings a beautiful picture to your browser every time you open a new tab. These immersive pictures have been hand curated to transport you to new places and make you pause and think. We all live in our browsers, who needs desktop wallpapers? Let Prestige bring your new tabs to life!                    

拡張機能の基本情報

名前 Prestige - Beautiful New Tabs Prestige - Beautiful New Tabs
ID phegjgedbcmeajgcafgdhgnhipapjgkk
公式URL https://chromewebstore.google.com/detail/prestige-beautiful-new-ta/phegjgedbcmeajgcafgdhgnhipapjgkk
説明 Decorate your new tabs with useful information and a beautiful background.
ファイルサイズ 2.57 MB
インストール数 38
現在のバージョン 0.2.1
最終更新日 2016-06-12
公開日 2016-06-12
評価 4.75/5 合計 4 レビュー
開発者 Nocturne
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prestige - Beautiful New Tabs",
    "description": "Decorate your new tabs with useful information and a beautiful background.",
    "version": "0.2.1",
    "incognito": "split",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/source.unsplash.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "resources\/moment.js",
            "resources\/localForage.min.js",
            "worker\/image-cache.js"
        ]
    },
    "manifest_version": 2
}