Transparent
Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
Transparent क्या है?
Transparent becca.ooo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Transparent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easily view how an image would look on your blog or see hidden text written in white at full resolution!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | phkhgilamababakkmpaegfafbefhgfoe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe |
विवरण | Changes the background of images on the dash to blue when moused over to make viewing transparent images easier. |
फ़ाइल का आकार | 4.69 KB |
स्थापना संख्या | 376 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2014-11-08 |
प्रकाशन तिथि | 2014-11-08 |
रेटिंग | 2.50/5 कुल 10 रेटिंग्स |
डेवलपर | becca.ooo |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |