Pastel Tab

Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…

什麼是Pastel Tab?

Pastel Tab是由williamyeny開發的Chrome擴展程式,該擴展的主要功能是“Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…”。

擴展截圖

screenshot
screenshot
screenshot

下載Pastel Tab擴展crx文件

下載Pastel Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.

This project is inspired by automatic pastels on Tumblr.

Star + fork the project on Github here! 
https://github.com/williamyeny/pastel-tab                    

擴展基本資訊

名稱 Pastel Tab Pastel Tab
ID olbihpfkfhmeonjellidnieandnfaapd
官方網址 https://chromewebstore.google.com/detail/pastel-tab/olbihpfkfhmeonjellidnieandnfaapd
簡介 Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…
檔案大小 79.39 KB
安裝次數 3,824
目前版本 1.1
更新時間 2017-02-21
上架時間 2017-02-21
評分 2.76/5 共 58 次評分
開發者 williamyeny
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pastel Tab",
    "version": "1.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ]
}