Transparent
Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
Τι είναι το Transparent;
Το Transparent είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον becca.ooo, και η κύρια λειτουργία του είναι "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Transparent
Λήψη αρχείων επέκτασης Transparent σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } ] } |