Tabbed.io - New Tab Page

A personalised landing page for your browser

什么是Tabbed.io - New Tab Page?

Tabbed.io - New Tab Page是由http://tabbed.io开发的Chrome扩展程序,该扩展的主要功能是“A personalised landing page for your browser”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Tabbed.io - New Tab Page扩展crx文件

下载Tabbed.io - New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Tabbed.io - New Tab Page Tabbed.io - New Tab Page
ID oipnokfpeckfiofafaoikkhkmhdeoebb
官方URL https://chrome.google.com/webstore/detail/oipnokfpeckfiofafaoikkhkmhdeoebb
简介 A personalised landing page for your browser
文件大小 1.12 MB
安装次数 116
当前版本 1.4.2
更新时间 2017-04-12
上架时间 2017-04-12
评分 4.25/5 共12次评分
开发者 http://tabbed.io
电子邮箱 [email protected]
付费类型 free
扩展官网 http://tabbed.io
帮助页面URL https://github.com/danbovey/Tabbed.io/issues
支持的语言 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"
    }
}