Ponder

Replace new tab page with something to ponder

Ponderとは何ですか?

Ponderはthatjpcsguyによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with something to ponder」です。

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

screenshot

Ponder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Ponder Ponder
ID jpbfinekcbbkphbccmbjpjmehlkplbco
公式URL https://chrome.google.com/webstore/detail/ponder/jpbfinekcbbkphbccmbjpjmehlkplbco
説明 Replace new tab page with something to ponder
ファイルサイズ 1.57 MB
インストール数 209
現在のバージョン 1.0.1
最終更新日 2014-07-16
公開日 2014-07-16
評価 4.50/5 合計 4 レビュー
開発者 thatjpcsguy
支払い方法 free
拡張機能のウェブサイト http://thatjpcsguy.github.io/ponder/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ponder",
    "version": "1.0.1",
    "description": "Replace new tab page with something to ponder",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png",
        "1024": "img\/icon-1024.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/query.yahooapis.com 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "offline_enabled": true,
    "permissions": [
        "geolocation",
        "unlimitedStorage",
        "https:\/\/ssl.google-analytics.com\/ga.js",
        "*:\/\/*.googleapis.com\/*"
    ]
}