You are not logged in.
https://cntp.ovh
https://github.com/sen87/CNTP
------------------------------------------------------------------------------------------------------------------------------
An extension for Chromium / Google Chrome that provides a customizable New Tab Page.
RSS Feeds :: supports Atom 1.0, RSS 2.0 and Media RSS (images)
Weather Forecast :: using the jquery.simpleWeather API by James Fleeting
Bookmarks :: add URLs for quick access and get rid of the bookmarks bar for more vertical space
Notes :: quickly write down notes (text URLs will be linkified)
Page Layout Generator :: create your own custom grid-based layout
CSS Themes :: choose one of the packaged themes or create your own custom look with pure CSS
Chrome Sync :: configuration can be synced to your Google Account (useful when using multiple computers / OSes)
AUR: https://aur.archlinux.org/packages/chrome-cntp/
GIT: https://github.com/sen87/Chrome-CNTP
_________________________________________________________________________________________________________________________________
This started out as an, locally hosted, feed reader and was converted to a chrome extension about a year ago.
My original plan was to publish it on the "Chrome Web Store" but for that you need a "Google Play Developer" Account, that needs to be verified first via a credit card payment.
Since I don't have/want a credit card I've never bothered to release it.
Recently Google abandoned their Feed API (which I was using to grab feeds via JS) and while rewriting parts of the extension I've stumbled on the Alternative Extension Distribution Options.
So this gets released after all... even if its arch linux only.
I'm not an expert web developer by any stretch (this is just a hobby thing), so the code is functional but not beautiful.
If you find bugs or have suggestions please let me know (code is on GitHub).
Last edited by sen (2021-05-03 22:12:28)
deviantART | GitHub | Last.fm
Offline
Thanks for making this available. I wish the weather still worked, but this has become one of my favorite extensions.
Offline
Hi, yeah the yahoo weather api has been retired it seems.
I didn't realize that someone else is using this extension and since I'll never release it on the google store anyway I (again) made a standalone website out of it.
However the new version, while being functionally and visually the same for the most part, is a complete rewrite besides the CSS. It uses a database for the config + caching, php for the functionality and some js for ajax and event handling.
This means I cannot (quickly) port the new weather modul to the old version...
It's not finished yet either (config page and a login system / user management is missing). When its done, probably next month, I'll make the webserver public and also release the code on github for self hosting (requires LAMP).
If you want to keep using the "chrome extension version" let me know. There are probably other weather apis that can be quickly integrated in the old js version.
deviantART | GitHub | Last.fm
Offline