The Day's Sidebar

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

Apa itu The Day's Sidebar?

The Day's Sidebar adalah ekstensi Chrome yang dikembangkan oleh https://kevinformatics.com, dan fitur utamanya adalah "A mashup of The Day's Color and Sidebar.io.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi The Day's Sidebar

Unduh file ekstensi The Day's Sidebar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama The Day's Sidebar The Day's Sidebar
ID njkkgfngelkphhfadnpealmkjmdjcioc
URL Resmi https://chromewebstore.google.com/detail/the-days-sidebar/njkkgfngelkphhfadnpealmkjmdjcioc
Deskripsi A mashup of The Day's Color and Sidebar.io.
Ukuran File 61.46 KB
Jumlah Instalasi 14
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2015-12-22
Tanggal Publikasi 2015-12-22
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://kevinformatics.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://kevinformatics.com/thedayssidebar/
Bahasa yang Didukung 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\/*"
    ]
}