Transparent
Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
Transparent là gì?
Transparent là một tiện ích mở rộng Chrome được phát triển bởi becca.ooo, và tính năng chính của nó là "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Transparent
Tải xuống các tệp mở rộng Transparent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Easily view how an image would look on your blog or see hidden text written in white at full resolution!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | phkhgilamababakkmpaegfafbefhgfoe |
URL Chính Thức | https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe |
Mô tả | Changes the background of images on the dash to blue when moused over to make viewing transparent images easier. |
Kích Thước Tệp | 4.69 KB |
Số Lần Cài Đặt | 376 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2014-11-08 |
Ngày Phát Hành | 2014-11-08 |
Đánh Giá | 2.50/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | becca.ooo |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |