Elegant Startage | New Tab
An elegant and powerful startpage.
What is Elegant Startage | New Tab?
Elegant Startage | New Tab is a Chrome extension developed by thomaidistheo, and its main feature is "An elegant and powerful startpage.".
Extension Screenshots
Download Elegant Startage | New Tab Extension CRX File
Download Elegant Startage | New Tab 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
An elegant and powerful startpage. A New Tab replacement with elegant design and powerful tools to boost your productivity. First things first, yes there is a dark mode option. List of tools: - Create custom bookmarks for your favorite websites - Add tasks to an organized ToDo List - Take notes and add them to a Notes List - Google search box - Light / Dark theme All that in 1 page, accessible in your New Tab. The perfect tool for productivity.
Extension Basic Information
Name | Elegant Startage | New Tab |
ID | odgeaoeiadnifppkijkaiiafbcendbhd |
Official URL | https://chromewebstore.google.com/detail/elegant-startage-new-tab/odgeaoeiadnifppkijkaiiafbcendbhd |
Description | An elegant and powerful startpage. |
File Size | 1.04 MB |
Installation Count | 90 |
Current Version | 1.6.3 |
Last Updated | 2021-02-04 |
Publish Date | 2021-02-03 |
Rating | 5.00/5 Total 3 Ratings |
Developer | thomaidistheo |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Elegant Startage | New Tab", "description": "An elegant and powerful startpage.", "version": "1.6.3", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "\/assets\/96x96_icon.png" }, "permission": [ "tabs" ], "background": { "scripts": [ "script.js" ], "persistent": false } } |