Transparent

Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.

什麼是Transparent?

Transparent是由becca.ooo開發的Chrome擴展程式,該擴展的主要功能是“Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Transparent擴展crx文件

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

擴展使用說明

                        Easily view how an image would look on your blog or see hidden text written in white at full resolution!                    

擴展基本資訊

名稱 Transparent Transparent
ID phkhgilamababakkmpaegfafbefhgfoe
官方網址 https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe
簡介 Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
檔案大小 4.69 KB
安裝次數 376
目前版本 1.1.2
更新時間 2014-11-08
上架時間 2014-11-08
評分 2.50/5 共 10 次評分
開發者 becca.ooo
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Transparent",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tumblr.com\/*",
                "https:\/\/www.tumblr.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}