The Day's Sidebar

A mashup of The Day's Color and Sidebar.io.

什么是The Day's Sidebar?

The Day's Sidebar是由https://kevinformatics.com开发的Chrome扩展程序,该扩展的主要功能是“A mashup of The Day's Color and Sidebar.io.”。

扩展截图

screenshot
screenshot

下载The Day's Sidebar扩展crx文件

下载The Day's Sidebar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Tired of looking at a cluttered new tab page? Want to keep up on the latest design news? Try The Day's Sidebar, now with 100% more animations! With "inspiration" from The Day's Color by Nigel Evan Dennis and with links from Sidebar by Sacha Greif.

This extension is open source! Check out the code at https://github.com/kevinwuhoo/thedayssidebar.                    

扩展基本信息

名称 The Day's Sidebar The Day's Sidebar
ID njkkgfngelkphhfadnpealmkjmdjcioc
官方URL https://chromewebstore.google.com/detail/the-days-sidebar/njkkgfngelkphhfadnpealmkjmdjcioc
简介 A mashup of The Day's Color and Sidebar.io.
文件大小 61.46 KB
安装次数 14
当前版本 0.0.4
更新时间 2015-12-22
上架时间 2015-12-22
评分 5.00/5 共2次评分
开发者 https://kevinformatics.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://kevinformatics.com/thedayssidebar/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Day's Sidebar",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "A mashup of The Day's Color and Sidebar.io.",
    "homepage_url": "http:\/\/kevinwuhoo.github.io\/thedayssidebar",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "thedayssidebar.html"
    },
    "permissions": [
        "http:\/\/thedayssidebar.herokuapp.com\/"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ]
}