Rainbowify

Makes Headers turn into rainbows

什麼是Rainbowify?

Rainbowify是由Martin Meredith開發的Chrome擴展程式,該擴展的主要功能是“Makes Headers turn into rainbows”。

擴展截圖

screenshot
screenshot

下載Rainbowify擴展crx文件

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

擴展使用說明

                        Rainbowify makes life happier by Making it rainbow.                    

擴展基本資訊

名稱 Rainbowify Rainbowify
ID bocbdecmflhkogddhhceceobniggkcif
官方網址 https://chromewebstore.google.com/detail/rainbowify/bocbdecmflhkogddhhceceobniggkcif
簡介 Makes Headers turn into rainbows
檔案大小 53.85 KB
安裝次數 2,111
目前版本 0.0.1
更新時間 2016-05-24
上架時間 2016-05-24
評分 4.50/5 共 8 次評分
開發者 Martin Meredith
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rainbowify",
    "description": "Makes Headers turn into rainbows",
    "version": "0.0.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "include\/jquery-2.1.4.min.js",
                "include\/rainbow.js",
                "rainbowify.js"
            ],
            "run_at": "document_end"
        }
    ]
}