The Day's Sidebar

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

The Day's Sidebarคืออะไร?

The Day's Sidebar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kevinformatics.com และคุณลักษณะหลักของมันคือ "A mashup of The Day's Color and Sidebar.io."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Day's Sidebar

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}