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.
Hvad er Image Flipper + Grayscale?
Image Flipper + Grayscale er en Chrome-udvidelse udviklet af AmethystProductions, og dens hovedfunktion er "Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists.".
Udvidelsesskærmbilleder
Download Image Flipper + Grayscale-udvidelses-CRX-fil
Download Image Flipper + Grayscale-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dcoaiajbbegclnckbcdbagjamndcmlka |
| Officiel URL | https://chromewebstore.google.com/detail/image-flipper-+-grayscale/dcoaiajbbegclnckbcdbagjamndcmlka |
| Beskrivelse | Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists. |
| Filstørrelse | 1.14 MB |
| Antal Installationer | 44 |
| Nuværende Version | 0.01 |
| Senest Opdateret | 2018-04-13 |
| Udgivelsesdato | 2018-04-13 |
| Udvikler | AmethystProductions |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |