Transparent
Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
Co to jest Transparent?
Transparent to rozszerzenie Chrome opracowane przez becca.ooo, a jego główną funkcją jest „Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Transparent
Pobierz pliki rozszerzeń Transparent w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Easily view how an image would look on your blog or see hidden text written in white at full resolution!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | phkhgilamababakkmpaegfafbefhgfoe |
Oficjalny URL | https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe |
Opis | Changes the background of images on the dash to blue when moused over to make viewing transparent images easier. |
Rozmiar pliku | 4.69 KB |
Liczba instalacji | 376 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2014-11-08 |
Data Publikacji | 2014-11-08 |
Ocena | 2.50/5 Łącznie 10 Oceny |
Deweloper | becca.ooo |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |