Tabbed.io - New Tab Page
A personalised landing page for your browser
What is Tabbed.io - New Tab Page?
Tabbed.io - New Tab Page is a Chrome extension developed by http://tabbed.io, and its main feature is "A personalised landing page for your browser".
Extension Screenshots
Download Tabbed.io - New Tab Page Extension CRX File
Download Tabbed.io - 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
Tabbed.io replaces your new tab page with a minimalistic and clean dashboard featuring a clock and the date. Each day you receive a new random wallpaper from unsplash.com! Many addons are optional so you can choose to keep the minimalist new tab page. Features * Beautiful, random wallpaper every day with the option to choose again * Countdown timer with customisable sounds * Google I'm Feeling Lucky - super fast search! * Time and date settings * Access to Chrome Apps page * Custom wallpapers via URL (even import background GIFs!) * Syncs all of these settings and get the same wallpaper per day across your devices
Extension Basic Information
Name | |
ID | oipnokfpeckfiofafaoikkhkmhdeoebb |
Official URL | https://chrome.google.com/webstore/detail/oipnokfpeckfiofafaoikkhkmhdeoebb |
Description | A personalised landing page for your browser |
File Size | 1.12 MB |
Installation Count | 116 |
Current Version | 1.4.2 |
Last Updated | 2017-04-12 |
Publish Date | 2017-04-12 |
Rating | 4.25/5 Total 12 Ratings |
Developer | http://tabbed.io |
[email protected] | |
Payment Type | free |
Extension Website | http://tabbed.io |
Help Page URL | https://github.com/danbovey/Tabbed.io/issues |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabbed.io - New Tab Page", "short_name": "Tabbed.io", "description": "A personalised landing page for your browser", "author": "Dan Bovey", "version": "1.4.2", "offline_enabled": true, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab", "storage", "*:\/\/*.tabbed.io\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.tabbed.io\/*" ], "js": [ "js\/extension.js" ] } ], "chrome_url_overrides": { "newtab": "index.html" } } |