Ponder
Replace new tab page with something to ponder
What is Ponder?
Ponder is a Chrome extension developed by thatjpcsguy, and its main feature is "Replace new tab page with something to ponder".
Extension Screenshots
Download Ponder Extension CRX File
Download Ponder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | jpbfinekcbbkphbccmbjpjmehlkplbco |
Official URL | https://chrome.google.com/webstore/detail/ponder/jpbfinekcbbkphbccmbjpjmehlkplbco |
Description | Replace new tab page with something to ponder |
File Size | 1.57 MB |
Installation Count | 209 |
Current Version | 1.0.1 |
Last Updated | 2014-07-16 |
Publish Date | 2014-07-16 |
Rating | 4.50/5 Total 4 Ratings |
Developer | thatjpcsguy |
Payment Type | free |
Extension Website | http://thatjpcsguy.github.io/ponder/ |
Supported Languages | 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\/*" ] } |