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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}