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
官方網址 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\/*"
    ]
}