xStendig
A minimalist stendig calander new tab page
What is xStendig?
xStendig is a Chrome extension developed by Ben M, and its main feature is "A minimalist stendig calander new tab page".
Extension Screenshots
Download xStendig Extension CRX File
Download xStendig 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
A simple, stendig inspired new tab page designed for your minimalist tastes. FEATURES • Fully functional stendig-design calendar • Time, year & month (including an Italian language option) • Customizable current day colour • Noir theme included • Control how the days appear onto the new tab Originally designed in 1966 by Massimo Vignelli, the stendig calendar is a classic and iconic masterpiece.
Extension Basic Information
Name | xStendig |
ID | iljkllajcjhjfjplfdeecabdbemaiabf |
Official URL | https://chromewebstore.google.com/detail/xstendig/iljkllajcjhjfjplfdeecabdbemaiabf |
Description | A minimalist stendig calander new tab page |
File Size | 96.28 KB |
Installation Count | 75 |
Current Version | 0.1.5.5 |
Last Updated | 2022-10-10 |
Publish Date | 2021-07-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Ben M |
[email protected] | |
Payment Type | free |
Extension Website | https://benm.netlify.app/ |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "xStendig", "description": "A minimalist stendig calander new tab page", "version": "0.1.5.5", "chrome_url_overrides": { "newtab": "files\/index.html" }, "icons": { "16": "ico.png", "48": "ico.png", "128": "ico.png" }, "action": { "default_icon": "ico.png" } } |