Image Flipper + Grayscale
Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists.
Τι είναι το Image Flipper + Grayscale;
Το Image Flipper + Grayscale είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AmethystProductions, και η κύρια λειτουργία του είναι "Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Image Flipper + Grayscale
Λήψη αρχείων επέκτασης Image Flipper + Grayscale σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | dcoaiajbbegclnckbcdbagjamndcmlka |
| Επίσημο URL | https://chromewebstore.google.com/detail/image-flipper-+-grayscale/dcoaiajbbegclnckbcdbagjamndcmlka |
| Περιγραφή | Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists. |
| Μέγεθος Αρχείου | 1.14 MB |
| Αριθμός Εγκαταστάσεων | 44 |
| Τρέχουσα Έκδοση | 0.01 |
| Τελευταία Ενημέρωση | 2018-04-13 |
| Ημερομηνία Δημοσίευσης | 2018-04-13 |
| Προγραμματιστής | AmethystProductions |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Image Flipper + Grayscale",
"description": "Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists.",
"version": "0.01",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |