Ponder

Replace new tab page with something to ponder

Ponder là gì?

Ponder là một tiện ích mở rộng Chrome được phát triển bởi thatjpcsguy, và tính năng chính của nó là "Replace new tab page with something to ponder".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ponder

Tải xuống các tệp mở rộng Ponder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ponder Ponder
ID jpbfinekcbbkphbccmbjpjmehlkplbco
URL Chính Thức https://chrome.google.com/webstore/detail/ponder/jpbfinekcbbkphbccmbjpjmehlkplbco
Mô tả Replace new tab page with something to ponder
Kích Thước Tệp 1.57 MB
Số Lần Cài Đặt 209
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-07-16
Ngày Phát Hành 2014-07-16
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển thatjpcsguy
Loại Thanh Toán free
Trang Web Mở Rộng http://thatjpcsguy.github.io/ponder/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}