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.”。
扩展截图
下载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!
扩展基本信息
名称 | |
ID | phkhgilamababakkmpaegfafbefhgfoe |
官方URL | 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" ] } ] } |