Tabulous

This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…

Tabulousคืออะไร?

Tabulous เป็นส่วนขยายของ Chrome ที่พัฒนาโดย erindelady และคุณลักษณะหลักของมันคือ "This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabulous

ดาวน์โหลดไฟล์ส่วนขยาย Tabulous ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together. 

Optional actual clock overlay, or random sassy phrases.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tabulous Tabulous
ID fcckbadfjehdbhfknonkbpahjlbmdemf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf
คำอธิบาย This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
ขนาดไฟล์ 131 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-01-07
วันที่เผยแพร่ 2017-01-06
ผู้พัฒนา erindelady
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabulous",
    "short_name": "Tabtabtabtab",
    "version": "1.2",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon48.png",
            "32": "icons\/icon128.png"
        },
        "default_popup": "options.html"
    }
}