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.
Was ist Image Flipper + Grayscale?
Image Flipper + Grayscale ist eine Chrome-Erweiterung, die von AmethystProductions entwickelt wurde, und ihr Hauptmerkmal ist "Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists.".
Erweiterungsscreenshots
Image Flipper + Grayscale-Erweiterungs-CRX-Datei herunterladen
Laden Sie Image Flipper + Grayscale-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dcoaiajbbegclnckbcdbagjamndcmlka |
| Offizielle URL | https://chromewebstore.google.com/detail/image-flipper-+-grayscale/dcoaiajbbegclnckbcdbagjamndcmlka |
| Beschreibung | Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists. |
| Dateigröße | 1.14 MB |
| Installationsanzahl | 44 |
| Aktuelle Version | 0.01 |
| Letztes Update | 2018-04-13 |
| Veröffentlichungsdatum | 2018-04-13 |
| Entwickler | AmethystProductions |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |