Transparent
Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
Co je Transparent?
Transparent je rozšíření Chrome vyvinuté becca.ooo, a jeho hlavní funkcí je „Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Transparent
Stáhněte si soubory rozšíření Transparent ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Easily view how an image would look on your blog or see hidden text written in white at full resolution!
Základní Informace o Rozšíření
Název | |
ID | phkhgilamababakkmpaegfafbefhgfoe |
Oficiální URL | https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe |
Popis | Changes the background of images on the dash to blue when moused over to make viewing transparent images easier. |
Velikost souboru | 4.69 KB |
Počet instalací | 376 |
Aktuální Verze | 1.1.2 |
Poslední Aktualizace | 2014-11-08 |
Datum Vydání | 2014-11-08 |
Hodnocení | 2.50/5 Celkem 10 Hodnocení |
Vývojář | becca.ooo |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |