Stratus - New Tab page
A clean and fast new tab page
What is Stratus - New Tab page?
Stratus - New Tab page is a Chrome extension developed by https://stratus.lakai.dev, and its main feature is "A clean and fast new tab page".
Extension Screenshots
Download Stratus - New Tab page Extension CRX File
Download Stratus - New Tab page 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
Stratus is a clean and fast add-on that replaces your new tab page that will display the current Gregorian and Nepalese lunar dates. It also offers a new background image everyday, a weather forecast for two days and an inspiring quote that changes daily.
Extension Basic Information
Name | |
ID | emmihlmfocedjhjafneinogeccblecaj |
Official URL | https://chromewebstore.google.com/detail/stratus-new-tab-page/emmihlmfocedjhjafneinogeccblecaj |
Description | A clean and fast new tab page |
File Size | 275 KB |
Installation Count | 92 |
Current Version | 1.0.9 |
Last Updated | 2023-06-09 |
Publish Date | 2022-11-12 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://stratus.lakai.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dineshkhadka/stratus |
Help Page URL | https://github.com/dineshkhadka/stratus |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "offline_enabled": true, "name": "Stratus - New Tab page", "description": "A clean and fast new tab page", "version": "1.0.9", "homepage_url": "https:\/\/github.com\/dineshkhadka\/stratus", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |