Transparent
Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
What is Transparent?
Transparent is a Chrome extension developed by becca.ooo, and its main feature is "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.".
Extension Screenshots
Download Transparent Extension CRX File
Download Transparent extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Easily view how an image would look on your blog or see hidden text written in white at full resolution!
Extension Basic Information
Name | |
ID | phkhgilamababakkmpaegfafbefhgfoe |
Official URL | https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe |
Description | Changes the background of images on the dash to blue when moused over to make viewing transparent images easier. |
File Size | 4.69 KB |
Installation Count | 376 |
Current Version | 1.1.2 |
Last Updated | 2014-11-08 |
Publish Date | 2014-11-08 |
Rating | 2.50/5 Total 10 Ratings |
Developer | becca.ooo |
Payment Type | free |
Supported Languages | 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" ] } ] } |