Transparent
Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
Apa itu Transparent?
Transparent adalah ekstensi Chrome yang dikembangkan oleh becca.ooo, dan fitur utamanya adalah "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Transparent
Unduh file ekstensi Transparent dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Easily view how an image would look on your blog or see hidden text written in white at full resolution!
Informasi Dasar Ekstensi
Nama | |
ID | phkhgilamababakkmpaegfafbefhgfoe |
URL Resmi | https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe |
Deskripsi | Changes the background of images on the dash to blue when moused over to make viewing transparent images easier. |
Ukuran File | 4.69 KB |
Jumlah Instalasi | 376 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2014-11-08 |
Tanggal Publikasi | 2014-11-08 |
Penilaian | 2.50/5 Total 10 Penilaian |
Pengembang | becca.ooo |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |