Ponder
Replace new tab page with something to ponder
什么是Ponder?
Ponder是由thatjpcsguy开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with something to ponder”。
扩展截图
下载Ponder扩展crx文件
下载Ponder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
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\/*" ] } |