Automatab — A New Tab Page
A new tab page that animates unique patterns using cellular automata. Uses darker colours at night.
What is Automatab — A New Tab Page?
Automatab — A New Tab Page is a Chrome extension developed by https://lauriewaxman.com, and its main feature is "A new tab page that animates unique patterns using cellular automata. Uses darker colours at night.".
Extension Screenshots
Download Automatab — A New Tab Page Extension CRX File
Download Automatab — A 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
A new tab page that animates unique patterns using cellular automata. Uses darker colours at night so as not to hurt your eyes.For users who want to add a pop of fun and colour to their browsing experience.
Extension Basic Information
Name | Automatab — A New Tab Page |
ID | lmhppbimjgjafkdhkpmgolplbgmliedl |
Official URL | https://chromewebstore.google.com/detail/automatab-%E2%80%94-a-new-tab-pag/lmhppbimjgjafkdhkpmgolplbgmliedl |
Description | A new tab page that animates unique patterns using cellular automata. Uses darker colours at night. |
File Size | 5.47 KB |
Installation Count | 57 |
Current Version | 0.0.0.5 |
Last Updated | 2015-09-04 |
Publish Date | 2015-09-03 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://lauriewaxman.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Automatab \u2014 A New Tab Page", "description": "A new tab page that animates unique patterns using cellular automata. Uses darker colours at night.", "version": "0.0.0.5", "manifest_version": 2, "icons": { "128": "icon.png" }, "chrome_url_overrides": { "newtab": "automatab.html" } } |